Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h35 int getSortIncludePriority(StringRef IncludeName, bool CheckMainHeader) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp221 int IncludeCategoryManager::getSortIncludePriority(StringRef IncludeName, in getSortIncludePriority() function in clang::tooling::IncludeCategoryManager
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp2411 int Priority = Categories.getSortIncludePriority( in sortCppIncludes()