Home
last modified time | relevance | path

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

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