Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h35 int getSortIncludePriority(StringRef IncludeName, bool CheckMainHeader) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp221 int IncludeCategoryManager::getSortIncludePriority(StringRef IncludeName, in getSortIncludePriority() function in clang::tooling::IncludeCategoryManager
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2460 int Priority = Categories.getSortIncludePriority( in sortCppIncludes()