Searched refs:beginLoc (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | PPExpressions.cpp | 104 SourceLocation beginLoc(PeekTok.getLocation()); in EvaluateDefined() local 105 Result.setBegin(beginLoc); in EvaluateDefined() 182 if (beginLoc.isMacroID()) { in EvaluateDefined() 185 .getSLocEntry(PP.getSourceManager().getFileID(beginLoc)) in EvaluateDefined() 204 PP.Diag(beginLoc, diag::warn_defined_in_function_type_macro); in EvaluateDefined() 206 PP.Diag(beginLoc, diag::warn_defined_in_object_type_macro); in EvaluateDefined() 212 SourceRange(beginLoc, PeekTok.getLocation())); in EvaluateDefined()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | TransformActions.cpp | 68 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); in CharRange() local 69 assert(beginLoc.isValid() && endLoc.isValid()); in CharRange() 71 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr); in CharRange() 74 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr); in CharRange()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 781 SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, in ObjCMethodDecl() argument 786 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in ObjCMethodDecl() 811 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, in Create() argument 818 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance, in Create()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 172 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc, 233 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,
|