Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1761 const char CppIncludeRegexPattern[] = variable
1773 llvm::Regex IncludeRegex(CppIncludeRegexPattern); in sortCppIncludes()
2052 llvm::Regex(CppIncludeRegexPattern) in isHeaderInsertion()
2106 llvm::Regex IncludeRegex = llvm::Regex(CppIncludeRegexPattern); in fixCppIncludeInsertions()