Searched defs:getLocForEndOfToken (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp72 End = FullSourceLoc(getLocForEndOfToken(endLoc, srcMgr, PP), srcMgr);
177 static SourceLocation getLocForEndOfToken(SourceLocation loc,
441 addInsertion(getLocForEndOfToken(loc, Ctx.getSourceManager(), PP), text);
474 getLocForEndOfToken(replacementRange.getEnd(),
590 SourceLocation TransformActionsImpl::getLocForEndOfToken(SourceLocation loc, function in class:TransformActionsImpl
595 return PP.getLocForEndOfToken(loc);
/external/clang/include/clang/Lex/
H A DPreprocessor.h887 SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset = 0) { function in class:clang::Preprocessor
888 return Lexer::getLocForEndOfToken(Loc, Offset, SourceMgr, LangOpts);
/external/clang/lib/Lex/
H A DLexer.cpp717 SourceLocation Lexer::getLocForEndOfToken(SourceLocation Loc, unsigned Offset, function in class:Lexer
803 End = Lexer::getLocForEndOfToken(End, 0, SM,LangOpts);
1285 Loc = Lexer::getLocForEndOfToken(Loc, 0, SM, LangOpts);

Completed in 97 milliseconds