HomeSort by: relevance | last modified time | path
    Searched defs:getLocForEndOfToken (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransformActions.cpp 72 End = FullSourceLoc(getLocForEndOfToken(endLoc, srcMgr, PP), srcMgr);
177 static SourceLocation getLocForEndOfToken(SourceLocation loc,
443 addInsertion(getLocForEndOfToken(loc, Ctx.getSourceManager(), PP), text);
476 getLocForEndOfToken(replacementRange.getEnd(),
591 SourceLocation TransformActionsImpl::getLocForEndOfToken(SourceLocation loc,
600 return PP.getLocForEndOfToken(loc);
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp 781 SourceLocation Lexer::getLocForEndOfToken(SourceLocation Loc, unsigned Offset,
858 End = Lexer::getLocForEndOfToken(End, 0, SM,LangOpts);
1247 Loc = Lexer::getLocForEndOfToken(Loc, 0, SM, LangOpts);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 52 SourceLocation Sema::getLocForEndOfToken(SourceLocation Loc, unsigned Offset) {
53 return Lexer::getLocForEndOfToken(Loc, Offset, SourceMgr, LangOpts);
2409 SourceLocation ParenInsertionLoc = getLocForEndOfToken(Range.getEnd());
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 1830 SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset = 0) {
1831 return Lexer::getLocForEndOfToken(Loc, Offset, SourceMgr, LangOpts);

Completed in 23 milliseconds