Home
last modified time | relevance | path

Searched refs:getIncludePriority (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp164 int IncludeCategoryManager::getIncludePriority(StringRef IncludeName, in getIncludePriority() function in clang::tooling::IncludeCategoryManager
257 int Priority = Categories.getIncludePriority( in addExistingInclude()
281 int Priority = Categories.getIncludePriority( in insert()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h35 int getIncludePriority(StringRef IncludeName, bool CheckMainHeader) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1809 int Category = Categories.getIncludePriority( in sortCppIncludes()