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(),
591 SourceLocation TransformActionsImpl::getLocForEndOfToken(SourceLocation loc, function in class:TransformActionsImpl
596 return PP.getLocForEndOfToken(loc);
/external/clang/lib/Sema/
H A DSema.cpp47 SourceLocation Sema::getLocForEndOfToken(SourceLocation Loc, unsigned Offset) { function in class:Sema
48 return Lexer::getLocForEndOfToken(Loc, Offset, SourceMgr, LangOpts);
1398 SourceLocation ParenInsertionLoc = PP.getLocForEndOfToken(Range.getEnd());
/external/clang/lib/Lex/
H A DLexer.cpp765 SourceLocation Lexer::getLocForEndOfToken(SourceLocation Loc, unsigned Offset, function in class:Lexer
842 End = Lexer::getLocForEndOfToken(End, 0, SM,LangOpts);
1171 Loc = Lexer::getLocForEndOfToken(Loc, 0, SM, LangOpts);
/external/clang/include/clang/Lex/
H A DPreprocessor.h1126 SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset = 0) { function in class:clang::Preprocessor
1127 return Lexer::getLocForEndOfToken(Loc, Offset, SourceMgr, LangOpts);

Completed in 149 milliseconds