Searched refs:beginLoc (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | PPExpressions.cpp | 104 SourceLocation beginLoc(PeekTok.getLocation()); in EvaluateDefined() local 105 Result.setBegin(beginLoc); in EvaluateDefined() 184 if (beginLoc.isMacroID()) { in EvaluateDefined() 187 .getSLocEntry(PP.getSourceManager().getFileID(beginLoc)) in EvaluateDefined() 206 PP.Diag(beginLoc, diag::warn_defined_in_function_type_macro); in EvaluateDefined() 208 PP.Diag(beginLoc, diag::warn_defined_in_object_type_macro); in EvaluateDefined() 214 SourceRange(beginLoc, PeekTok.getLocation())); in EvaluateDefined()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 824 SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, in ObjCMethodDecl() argument 829 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in ObjCMethodDecl() 854 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, in Create() argument 861 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance, in Create()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 171 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc, 232 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,
|