Home
last modified time | relevance | path

Searched refs:beginLoc (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransformActions.cpp69 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/
DDeclObjC.h226 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc,
237 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in NamedDecl() argument
258 SourceLocation beginLoc,
/external/clang/lib/AST/
DDeclObjC.cpp471 SourceLocation beginLoc, in Create() argument
483 return new (C) ObjCMethodDecl(beginLoc, endLoc, in Create()