Home
last modified time | relevance | path

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

/external/clang/unittests/Lex/
DLexerTest.cpp292 macroPair = SourceMgr.getExpansionRange(lsqrLoc); in TEST_F()
339 macroPair = SourceMgr.getExpansionRange(macroLsqrLoc); in TEST_F()
/external/clang/lib/Rewrite/Core/
DHTMLRewrite.cpp523 SM.getExpansionRange(Tok.getLocation()); in HighlightMacros()
/external/clang/lib/ARCMigrate/
DTransformActions.cpp595 loc = SM.getExpansionRange(loc).second; in getLocForEndOfToken()
/external/clang/include/clang/Basic/
DSourceManager.h1058 getExpansionRange(SourceLocation Loc) const;
/external/clang/lib/Frontend/
DTextDiagnostic.cpp843 E = SM.getExpansionRange(RI->getEnd()).second; in emitDiagnosticLoc()
/external/clang/lib/Lex/
DPPMacroExpansion.cpp1264 Loc = SourceMgr.getExpansionRange(Loc).second; in ExpandBuiltinMacro()
DPPDirectives.cpp1679 IncludePos = SourceMgr.getExpansionRange(IncludePos).second; in HandleIncludeDirective()
/external/clang/lib/Basic/
DSourceManager.cpp992 SourceManager::getExpansionRange(SourceLocation Loc) const { in getExpansionRange() function in SourceManager
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2133 SM.getExpansionRange(Range.getEnd()).second); in getLengthOnSingleLine()
/external/clang/tools/libclang/
DCIndex.cpp144 EndLoc = SM.getExpansionRange(EndLoc).second; in translateSourceRange()