Searched refs:beginLoc (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/ARCMigrate/ |
D | TransformActions.cpp | 69 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); in CharRange() local 70 assert(beginLoc.isValid() && endLoc.isValid()); in CharRange() 72 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr); in CharRange() 75 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr); in CharRange()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 226 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc, 237 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in NamedDecl() argument 258 SourceLocation beginLoc,
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 471 SourceLocation beginLoc, in Create() argument 483 return new (C) ObjCMethodDecl(beginLoc, endLoc, in Create()
|