Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp334 SmallVector<FileID, 4> BeginArgExpansions; in computeCommonMacroArgExpansionFileIDs() local
336 getMacroArgExpansionFileIDs(Begin, BeginArgExpansions, /*IsBegin=*/true, SM); in computeCommonMacroArgExpansionFileIDs()
338 llvm::sort(BeginArgExpansions); in computeCommonMacroArgExpansionFileIDs()
340 std::set_intersection(BeginArgExpansions.begin(), BeginArgExpansions.end(), in computeCommonMacroArgExpansionFileIDs()