Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h37 int getSortIncludePriority(StringRef IncludeName, bool CheckMainHeader) const;
/openbsd/gnu/llvm/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp222 int IncludeCategoryManager::getSortIncludePriority(StringRef IncludeName, in getSortIncludePriority() function in clang::tooling::IncludeCategoryManager
/openbsd/gnu/llvm/clang/lib/Format/
H A DFormat.cpp3041 int Priority = Categories.getSortIncludePriority( in sortCppIncludes()