Home
last modified time | relevance | path

Searched refs:beginLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPExpressions.cpp103 SourceLocation beginLoc(PeekTok.getLocation()); in EvaluateDefined() local
104 Result.setBegin(beginLoc); in EvaluateDefined()
181 if (beginLoc.isMacroID()) { in EvaluateDefined()
184 .getSLocEntry(PP.getSourceManager().getFileID(beginLoc)) in EvaluateDefined()
203 PP.Diag(beginLoc, diag::warn_defined_in_function_type_macro); in EvaluateDefined()
205 PP.Diag(beginLoc, diag::warn_defined_in_object_type_macro); in EvaluateDefined()
211 SourceRange(beginLoc, PeekTok.getLocation())); in EvaluateDefined()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransformActions.cpp69 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); in CharRange() local
70 assert(beginLoc.isValid() && endLoc.isValid()); in CharRange()
72 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr); in CharRange()
75 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr); in CharRange()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp779 ObjCMethodDecl::ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc, in ObjCMethodDecl() argument
787 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in ObjCMethodDecl()
811 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, in Create() argument
817 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance, in Create()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h172 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc,
232 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,