Searched refs:getExpansionRange (Results 1 - 10 of 10) sorted by relevance

/external/clang/unittests/Lex/
H A DLexerTest.cpp292 macroPair = SourceMgr.getExpansionRange(lsqrLoc);
339 macroPair = SourceMgr.getExpansionRange(macroLsqrLoc);
/external/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp523 SM.getExpansionRange(Tok.getLocation());
/external/clang/include/clang/Basic/
H A DSourceManager.h1058 getExpansionRange(SourceLocation Loc) const;
/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp595 loc = SM.getExpansionRange(loc).second;
/external/clang/lib/Frontend/
H A DTextDiagnostic.cpp843 E = SM.getExpansionRange(RI->getEnd()).second;
/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp1264 Loc = SourceMgr.getExpansionRange(Loc).second;
H A DPPDirectives.cpp1679 IncludePos = SourceMgr.getExpansionRange(IncludePos).second;
/external/clang/lib/Basic/
H A DSourceManager.cpp989 /// getExpansionRange - Given a SourceLocation object, return the range of
992 SourceManager::getExpansionRange(SourceLocation Loc) const { function in class:SourceManager
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2133 SM.getExpansionRange(Range.getEnd()).second);
/external/clang/tools/libclang/
H A DCIndex.cpp144 EndLoc = SM.getExpansionRange(EndLoc).second;

Completed in 621 milliseconds