Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransformActions.cpp70 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/
DDeclObjC.h168 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc,
179 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in NamedDecl() argument
196 SourceLocation beginLoc,
/external/clang/lib/AST/
DDeclObjC.cpp332 SourceLocation beginLoc, in Create() argument
344 return new (C) ObjCMethodDecl(beginLoc, endLoc, in Create()