Home
last modified time | relevance | path

Searched defs:MemberLoc (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DStandaloneEmptyCheck.cpp120 SourceLocation MemberLoc = MemberCall->getBeginLoc(); in check() local
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp341 StorageLocation *MemberLoc = nullptr; builtinTransferInitializer() local
H A DTransfer.cpp493 if (MemberLoc == nullptr) in VisitMemberExpr() local
/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1016 SourceLocation MemberLoc = MemberNameInfo.getLoc(); BuildMemberReferenceExpr() local
1299 SourceLocation MemberLoc = R.getNameLoc(); LookupMemberExpr() local
[all...]
H A DSemaExprObjC.cpp1991 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 DDeclCXX.cpp2616 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 DExprCXX.h936 SourceLocation MemberLoc; variable
H A DExpr.h3196 SourceLocation MemberLoc; global() variable