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

/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp73 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, function in class:TransformActionsImpl
596 return PP.getLocForEndOfToken(loc);
/external/clang/include/clang/Lex/
H A DPreprocessor.h928 SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset = 0) { function in class:clang::Preprocessor
929 return Lexer::getLocForEndOfToken(Loc, Offset, SourceMgr, LangOpts);
/external/clang/lib/Lex/
H A DLexer.cpp716 SourceLocation Lexer::getLocForEndOfToken(SourceLocation Loc, unsigned Offset, function in class:Lexer
802 End = Lexer::getLocForEndOfToken(End, 0, SM,LangOpts);
1286 Loc = Lexer::getLocForEndOfToken(Loc, 0, SM, LangOpts);

Completed in 215 milliseconds