Searched refs:CommonArgExpansions (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/ |
| HD | DiagnosticRenderer.cpp | 262 const SmallVectorImpl<FileID> &CommonArgExpansions, in retrieveMacroLocation() argument 276 if (std::binary_search(CommonArgExpansions.begin(), in retrieveMacroLocation() 277 CommonArgExpansions.end(), MacroFileID)) in retrieveMacroLocation() 294 CommonArgExpansions, IsBegin, SM, TokenRange); in retrieveMacroLocation() 310 CommonArgExpansions, IsBegin, SM, IsTokenRange); in retrieveMacroLocation() 333 SmallVectorImpl<FileID> &CommonArgExpansions) { in computeCommonMacroArgExpansionFileIDs() argument 342 std::back_inserter(CommonArgExpansions)); in computeCommonMacroArgExpansionFileIDs() 404 SmallVector<FileID, 4> CommonArgExpansions; in mapDiagnosticRanges() local 405 computeCommonMacroArgExpansionFileIDs(Begin, End, SM, CommonArgExpansions); in mapDiagnosticRanges() 407 CommonArgExpansions, /*IsBegin=*/true, SM, in mapDiagnosticRanges() [all …]
|