//===--- SemaExprMember.cpp - Semantic Analysis for Expressions -----------===////// The LLVM Compiler Infrastructure//// This file is distributed under the University of Illinois Open Source// License. See LICENSE.TXT for details.////===----------------------------------------------------------------------===////// This file implements semantic analysis member access expressions.////===----------------------------------------------------------------------===//#include"clang/Sema/SemaInternal.h"#include"clang/Sema/Lookup.h"#include"clang/Sema/Scope.h"#include"clang/AST/DeclCXX.h"#include"clang/AST/DeclObjC.h"#include"clang/AST/DeclTemplate.h"#include"clang/AST/ExprCXX.h"#include"clang/AST/ExprObjC.h"#include"clang/Lex/Preprocessor.h"usingnamespaceclang;usingnamespacese