Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp273 const SmallVectorImpl<FileID> &CommonArgExpansions, in retrieveMacroLocation() argument
286 if (std::binary_search(CommonArgExpansions.begin(), in retrieveMacroLocation()
287 CommonArgExpansions.end(), MacroFileID)) in retrieveMacroLocation()
301 CommonArgExpansions, IsBegin, SM); in retrieveMacroLocation()
308 CommonArgExpansions, IsBegin, SM); in retrieveMacroLocation()
331 SmallVectorImpl<FileID> &CommonArgExpansions) { in computeCommonMacroArgExpansionFileIDs() argument
340 std::back_inserter(CommonArgExpansions)); in computeCommonMacroArgExpansionFileIDs()
392 SmallVector<FileID, 4> CommonArgExpansions; in mapDiagnosticRanges() local
393 computeCommonMacroArgExpansionFileIDs(Begin, End, SM, CommonArgExpansions); in mapDiagnosticRanges()
395 CommonArgExpansions, /*IsBegin=*/true, SM); in mapDiagnosticRanges()
[all …]