Searched defs:beginLoc (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Lex/ |
D | PPExpressions.cpp | 90 SourceLocation beginLoc(PeekTok.getLocation()); in EvaluateDefined() local
|
/external/llvm-project/clang/lib/Lex/ |
D | PPExpressions.cpp | 104 SourceLocation beginLoc(PeekTok.getLocation()); in EvaluateDefined() local
|
/external/clang/lib/ARCMigrate/ |
D | TransformActions.cpp | 69 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); in CharRange() local
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransformActions.cpp | 68 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); in CharRange() local
|
/external/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 781 SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, in ObjCMethodDecl() 811 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, in Create()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 751 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, in Create()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 233 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in NamedDecl() argument
|