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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp263 const SmallVectorImpl<FileID> &CommonArgExpansions,
277 if (std::binary_search(CommonArgExpansions.begin(),
278 CommonArgExpansions.end(), MacroFileID))
295 CommonArgExpansions, IsBegin, SM, TokenRange);
311 CommonArgExpansions, IsBegin, SM, IsTokenRange);
331 /// intersection. Produces a sorted vector of FileIDs in CommonArgExpansions.
334 SmallVectorImpl<FileID> &CommonArgExpansions) {
343 std::back_inserter(CommonArgExpansions));
398 SmallVector<FileID, 4> CommonArgExpansions; local
399 computeCommonMacroArgExpansionFileIDs(Begin, End, SM, CommonArgExpansions);
261 retrieveMacroLocation(SourceLocation Loc, FileID MacroFileID, FileID CaretFileID, const SmallVectorImpl<FileID> &CommonArgExpansions, bool IsBegin, const SourceManager *SM, bool &IsTokenRange) argument
332 computeCommonMacroArgExpansionFileIDs( SourceLocation Begin, SourceLocation End, const SourceManager *SM, SmallVectorImpl<FileID> &CommonArgExpansions) argument
[all...]

Completed in 47 milliseconds