Searched refs:getImmediateMacroCallerLoc (Results 1 – 5 of 5) sorted by relevance
289 SourceLocation InnerBegin = SM.getImmediateMacroCallerLoc(SubRange.getBegin()); in getBlockMacroRanges()290 SourceLocation InnerEnd = SM.getImmediateMacroCallerLoc(SubRange.getEnd()); in getBlockMacroRanges()
419 SourceLocation OneLevelUp = SM.getImmediateMacroCallerLoc(Loc); in emitMacroExpansions()
677 DiagnosticLoc = SM.getImmediateMacroCallerLoc(DiagnosticLoc); in IsFromSameFile()
120 Loc = SM.getImmediateMacroCallerLoc(Loc); in getTopMostMacro()
1541 SourceLocation getImmediateMacroCallerLoc(SourceLocation Loc) const { in getImmediateMacroCallerLoc() function