Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Lex/
H A DPPExpressions.cpp90 SourceLocation beginLoc(PeekTok.getLocation()); in EvaluateDefined() local
/aosp_15_r20/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp69 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); in CharRange() local
/aosp_15_r20/external/clang/lib/AST/
H A DDeclObjC.cpp751 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, in Create()
/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclObjC.h233 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in NamedDecl() argument