Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPExpressions.cpp90 SourceLocation beginLoc(PeekTok.getLocation()); in EvaluateDefined() local
/external/llvm-project/clang/lib/Lex/
DPPExpressions.cpp104 SourceLocation beginLoc(PeekTok.getLocation()); in EvaluateDefined() local
/external/clang/lib/ARCMigrate/
DTransformActions.cpp69 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); in CharRange() local
/external/llvm-project/clang/lib/ARCMigrate/
DTransformActions.cpp68 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); in CharRange() local
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp781 SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, in ObjCMethodDecl()
811 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, in Create()
/external/clang/lib/AST/
DDeclObjC.cpp751 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, in Create()
/external/clang/include/clang/AST/
DDeclObjC.h233 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in NamedDecl() argument