HomeSort by relevance Sort by last modified time
    Searched refs:beginLoc (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/ARCMigrate/
TransformActions.cpp 69 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd();
70 assert(beginLoc.isValid() && endLoc.isValid());
72 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr);
75 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr);
  /external/clang/include/clang/AST/
DeclObjC.h 226 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc,
237 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo),
258 SourceLocation beginLoc,
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 471 SourceLocation beginLoc,
483 return new (C) ObjCMethodDecl(beginLoc, endLoc,
    [all...]

Completed in 27 milliseconds