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 84 SourceLocation beginLoc(PeekTok.getLocation());
85 Result.setBegin(beginLoc);
152 SourceRange(beginLoc, PeekTok.getLocation()));
  /external/clang/include/clang/AST/
DeclObjC.h 226 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc,
233 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo),
254 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 640 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,
646 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance,
    [all...]

Completed in 211 milliseconds