Searched defs:getLocForEndOfToken (Results 1 - 4 of 4) sorted by relevance
/external/clang/lib/ARCMigrate/ |
H A D | 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(), 589 SourceLocation TransformActionsImpl::getLocForEndOfToken(SourceLocation loc, function in class:TransformActionsImpl 594 return PP.getLocForEndOfToken(loc);
|
/external/clang/lib/Sema/ |
H A D | Sema.cpp | 46 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 D | Lexer.cpp | 759 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 D | Preprocessor.h | 1435 SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset = 0) { function in class:clang::Preprocessor 1436 return Lexer::getLocForEndOfToken(Loc, Offset, SourceMgr, LangOpts);
|
Completed in 5675 milliseconds