Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/Inclusions/
DHeaderIncludes.cpp336 IncludesByPriority[Priority].push_back(&CurInclude); in addExistingInclude()
362 auto Iter = IncludesByPriority.find(Priority); in insert()
363 if (Iter != IncludesByPriority.end()) { in insert()
/external/llvm-project/clang/include/clang/Tooling/Inclusions/
DHeaderIncludes.h109 IncludesByPriority; variable