Searched refs:getExpansionRange (Results 1 – 13 of 13) sorted by relevance
110 CharSourceRange ExpansionRange(SM.getExpansionRange(R.getAsRange()), in writeARCDiagsToPlist()
593 loc = SM.getExpansionRange(loc).second; in getLocForEndOfToken()
1081 getExpansionRange(SourceLocation Loc) const;1085 SourceRange getExpansionRange(SourceRange Range) const { in getExpansionRange() function1086 return SourceRange(getExpansionRange(Range.getBegin()).first, in getExpansionRange()1087 getExpansionRange(Range.getEnd()).second); in getExpansionRange()
296 macroPair = SourceMgr.getExpansionRange(lsqrLoc); in TEST_F()343 macroPair = SourceMgr.getExpansionRange(macroLsqrLoc); in TEST_F()
598 return rewriter_.getSourceMgr().getExpansionRange(range).getAsRange(); in expansionRange()600 return rewriter_.getSourceMgr().getExpansionRange(range); in expansionRange()1065 return rewriter_.getSourceMgr().getExpansionRange(range).getAsRange(); in expansionRange()1067 return rewriter_.getSourceMgr().getExpansionRange(range); in expansionRange()
523 SM.getExpansionRange(Tok.getLocation()); in HighlightMacros()
169 Lexer::getAsCharRange(SM.getExpansionRange(R), SM, LangOpts), in ReportEvent()
2118 SM.getExpansionRange(Range.getEnd()).second); in getLengthOnSingleLine()
853 E = SM.getExpansionRange(RI->getEnd()).second; in emitDiagnosticLoc()
1576 Loc = SourceMgr.getExpansionRange(Loc).second; in ExpandBuiltinMacro()
2010 IncludePos = SourceMgr.getExpansionRange(IncludePos).second; in HandleIncludeDirective()
986 SourceManager::getExpansionRange(SourceLocation Loc) const { in getExpansionRange() function in SourceManager
146 EndLoc = SM.getExpansionRange(EndLoc).second; in translateSourceRange()