Lines Matching refs:CommonArgExpansions
263 const SmallVectorImpl<FileID> &CommonArgExpansions, in retrieveMacroLocation() argument
277 if (std::binary_search(CommonArgExpansions.begin(), in retrieveMacroLocation()
278 CommonArgExpansions.end(), MacroFileID)) in retrieveMacroLocation()
295 CommonArgExpansions, IsBegin, SM, TokenRange); in retrieveMacroLocation()
311 CommonArgExpansions, IsBegin, SM, IsTokenRange); in retrieveMacroLocation()
334 SmallVectorImpl<FileID> &CommonArgExpansions) { in computeCommonMacroArgExpansionFileIDs() argument
343 std::back_inserter(CommonArgExpansions)); in computeCommonMacroArgExpansionFileIDs()
405 SmallVector<FileID, 4> CommonArgExpansions; in mapDiagnosticRanges() local
406 computeCommonMacroArgExpansionFileIDs(Begin, End, SM, CommonArgExpansions); in mapDiagnosticRanges()
408 CommonArgExpansions, /*IsBegin=*/true, SM, in mapDiagnosticRanges()
411 CommonArgExpansions, /*IsBegin=*/false, SM, in mapDiagnosticRanges()