HomeSort by relevance Sort by last modified time
    Searched refs:beginLoc (Results 1 - 4 of 4) 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/lib/Lex/
PPExpressions.cpp 85 SourceLocation beginLoc(PeekTok.getLocation());
86 Result.setBegin(beginLoc);
153 SourceRange(beginLoc, PeekTok.getLocation()));
  /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 554 SourceLocation beginLoc,
566 return new (C) ObjCMethodDecl(beginLoc, endLoc,
    [all...]

Completed in 190 milliseconds