Home
last modified time | relevance | path

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

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