Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h36 int getSortIncludePriority(StringRef IncludeName, bool CheckMainHeader) const;
/llvm-project-15.0.7/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp222 int IncludeCategoryManager::getSortIncludePriority(StringRef IncludeName, in getSortIncludePriority() function in clang::tooling::IncludeCategoryManager
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp2848 int Priority = Categories.getSortIncludePriority( in sortCppIncludes()