Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp335 SmallVector<FileID, 4> BeginArgExpansions; in computeCommonMacroArgExpansionFileIDs() local
337 getMacroArgExpansionFileIDs(Begin, BeginArgExpansions, /*IsBegin=*/true, SM); in computeCommonMacroArgExpansionFileIDs()
339 llvm::sort(BeginArgExpansions); in computeCommonMacroArgExpansionFileIDs()
341 std::set_intersection(BeginArgExpansions.begin(), BeginArgExpansions.end(), in computeCommonMacroArgExpansionFileIDs()