Searched defs:MemberLoc (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysis.cpp | 376 StorageLocation *MemberLoc = nullptr; builtinTransferInitializer() local
|
H A D | Transfer.cpp | 447 auto *MemberLoc = BaseLoc->getChild(*Member); VisitMemberExpr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 1011 SourceLocation MemberLoc = MemberNameInfo.getLoc(); BuildMemberReferenceExpr() local 1293 SourceLocation MemberLoc = R.getNameLoc(); LookupMemberExpr() local [all...] |
H A D | SemaExprObjC.cpp | 1979 HandleExprPropertyRefExpr(const ObjCObjectPointerType * OPT,Expr * BaseExpr,SourceLocation OpLoc,DeclarationName MemberName,SourceLocation MemberLoc,SourceLocation SuperLoc,QualType SuperType,bool Super) HandleExprPropertyRefExpr() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 2602 CXXCtorInitializer(ASTContext & Context,FieldDecl * Member,SourceLocation MemberLoc,SourceLocation L,Expr * Init,SourceLocation R) CXXCtorInitializer() argument 2611 CXXCtorInitializer(ASTContext & Context,IndirectFieldDecl * Member,SourceLocation MemberLoc,SourceLocation L,Expr * Init,SourceLocation R) CXXCtorInitializer() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 932 SourceLocation MemberLoc; global() variable
|
H A D | Expr.h | 3178 SourceLocation MemberLoc; global() variable
|