Searched defs:getLocForEndOfToken (Results 1 - 4 of 4) 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(),
589 SourceLocation TransformActionsImpl::getLocForEndOfToken(SourceLocation loc, function in class:TransformActionsImpl
594 return PP.getLocForEndOfToken(loc);
/external/clang/lib/Sema/
H A DSema.cpp46 SourceLocation Sema::getLocForEndOfToken(SourceLocation Loc, unsigned Offset) { function in class:Sema
47 return Lexer::getLocForEndOfToken(Loc, Offset, SourceMgr, LangOpts);
1474 SourceLocation ParenInsertionLoc = getLocForEndOfToken(Range.getEnd());
/external/clang/lib/Lex/
H A DLexer.cpp759 SourceLocation Lexer::getLocForEndOfToken(SourceLocation Loc, unsigned Offset, function in class:Lexer
836 End = Lexer::getLocForEndOfToken(End, 0, SM,LangOpts);
1165 Loc = Lexer::getLocForEndOfToken(Loc, 0, SM, LangOpts);
/external/clang/include/clang/Lex/
H A DPreprocessor.h1435 SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset = 0) { function in class:clang::Preprocessor
1436 return Lexer::getLocForEndOfToken(Loc, Offset, SourceMgr, LangOpts);

Completed in 5675 milliseconds