Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1786 bool MainIncludeFound = false; in sortCppIncludes() local
1811 /*CheckMainHeader=*/!MainIncludeFound && FirstIncludeBlock); in sortCppIncludes()
1813 MainIncludeFound = true; in sortCppIncludes()