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

  /external/clang/lib/ARCMigrate/
TransformActions.cpp 73 End = FullSourceLoc(getLocForEndOfToken(endLoc, srcMgr, PP), srcMgr);
178 static SourceLocation getLocForEndOfToken(SourceLocation loc,
442 addInsertion(getLocForEndOfToken(loc, Ctx.getSourceManager(), PP), text);
475 getLocForEndOfToken(replacementRange.getEnd(),
591 SourceLocation TransformActionsImpl::getLocForEndOfToken(SourceLocation loc,
596 return PP.getLocForEndOfToken(loc);
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/clang/lib/Lex/
Lexer.cpp 773 SourceLocation Lexer::getLocForEndOfToken(SourceLocation Loc, unsigned Offset,
850 End = Lexer::getLocForEndOfToken(End, 0, SM,LangOpts);
    [all...]

Completed in 454 milliseconds