Searched refs:beginLoc (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/ARCMigrate/ |
D | TransformActions.cpp | 70 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); in CharRange() local 71 assert(beginLoc.isValid() && endLoc.isValid()); in CharRange() 73 Begin = FullSourceLoc(srcMgr.getInstantiationLoc(beginLoc), srcMgr); in CharRange() 76 Begin = FullSourceLoc(srcMgr.getInstantiationLoc(beginLoc), srcMgr); in CharRange()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 168 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc, 179 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in NamedDecl() argument 196 SourceLocation beginLoc,
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 332 SourceLocation beginLoc, in Create() argument 344 return new (C) ObjCMethodDecl(beginLoc, endLoc, in Create()
|