Searched refs:CommonArgExpansions (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 314 const SmallVectorImpl<FileID> &CommonArgExpansions, in retrieveMacroLocation() argument 327 if (std::binary_search(CommonArgExpansions.begin(), in retrieveMacroLocation() 328 CommonArgExpansions.end(), MacroFileID)) in retrieveMacroLocation() 342 CommonArgExpansions, IsBegin, SM); in retrieveMacroLocation() 349 CommonArgExpansions, IsBegin, SM); in retrieveMacroLocation() 372 SmallVectorImpl<FileID> &CommonArgExpansions) { in computeCommonMacroArgExpansionFileIDs() argument 381 std::back_inserter(CommonArgExpansions)); in computeCommonMacroArgExpansionFileIDs() 433 SmallVector<FileID, 4> CommonArgExpansions; in mapDiagnosticRanges() local 434 computeCommonMacroArgExpansionFileIDs(Begin, End, SM, CommonArgExpansions); in mapDiagnosticRanges() 436 CommonArgExpansions, /*IsBegin=*/true, SM); in mapDiagnosticRanges() [all …]
|