Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDPPExpressions.cpp102 SourceLocation beginLoc(PeekTok.getLocation()); in EvaluateDefined() local
103 Result.setBegin(beginLoc); in EvaluateDefined()
180 if (beginLoc.isMacroID()) { in EvaluateDefined()
183 .getSLocEntry(PP.getSourceManager().getFileID(beginLoc)) in EvaluateDefined()
202 PP.Diag(beginLoc, diag::warn_defined_in_function_type_macro); in EvaluateDefined()
204 PP.Diag(beginLoc, diag::warn_defined_in_object_type_macro); in EvaluateDefined()
210 SourceRange(beginLoc, PeekTok.getLocation())); in EvaluateDefined()
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransformActions.cpp68 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()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.cpp779 SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, in ObjCMethodDecl() argument
784 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in ObjCMethodDecl()
809 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, in Create() argument
816 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance, in Create()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h171 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc,
232 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,