Home
last modified time | relevance | path

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

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