Home
last modified time | relevance | path

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

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