Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp104 SourceLocation beginLoc(PeekTok.getLocation()); in EvaluateDefined() local
105 Result.setBegin(beginLoc); in EvaluateDefined()
186 if (beginLoc.isMacroID()) { in EvaluateDefined()
189 .getSLocEntry(PP.getSourceManager().getFileID(beginLoc)) in EvaluateDefined()
208 PP.Diag(beginLoc, diag::warn_defined_in_function_type_macro); in EvaluateDefined()
210 PP.Diag(beginLoc, diag::warn_defined_in_object_type_macro); in EvaluateDefined()
216 SourceRange(beginLoc, PeekTok.getLocation())); in EvaluateDefined()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp823 SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, in ObjCMethodDecl() argument
828 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in ObjCMethodDecl()
853 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, in Create() argument
860 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance, in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h170 SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo,
230 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,