Searched defs:MemberLoc (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | StandaloneEmptyCheck.cpp | 120 SourceLocation MemberLoc = MemberCall->getBeginLoc(); in check() local
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysis.cpp | 341 StorageLocation *MemberLoc = nullptr; builtinTransferInitializer() local
|
H A D | Transfer.cpp | 493 if (MemberLoc == nullptr) in VisitMemberExpr() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 1016 SourceLocation MemberLoc = MemberNameInfo.getLoc(); BuildMemberReferenceExpr() local 1299 SourceLocation MemberLoc = R.getNameLoc(); LookupMemberExpr() local [all...] |
H A D | SemaExprObjC.cpp | 1991 HandleExprPropertyRefExpr(const ObjCObjectPointerType * OPT,Expr * BaseExpr,SourceLocation OpLoc,DeclarationName MemberName,SourceLocation MemberLoc,SourceLocation SuperLoc,QualType SuperType,bool Super) HandleExprPropertyRefExpr() argument [all...] |
/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 2616 CXXCtorInitializer(ASTContext & Context,FieldDecl * Member,SourceLocation MemberLoc,SourceLocation L,Expr * Init,SourceLocation R) CXXCtorInitializer() argument 2625 CXXCtorInitializer(ASTContext & Context,IndirectFieldDecl * Member,SourceLocation MemberLoc,SourceLocation L,Expr * Init,SourceLocation R) CXXCtorInitializer() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 936 SourceLocation MemberLoc; variable
|
H A D | Expr.h | 3196 SourceLocation MemberLoc; global() variable
|