Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp348 IncludesByPriority[Priority].push_back(&CurInclude); in addExistingInclude()
377 auto Iter = IncludesByPriority.find(Priority); in insert()
378 if (Iter != IncludesByPriority.end()) { in insert()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h121 IncludesByPriority; variable