Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DIncludeStyle.cpp33 IO.enumCase(Value, "Quote", IncludeStyle::MICD_Quote); in enumeration()
H A DHeaderIncludes.cpp238 case IncludeStyle::MICD_Quote: in isMainHeader()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h158 MICD_Quote, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1510 LLVMStyle.IncludeStyle.MainIncludeChar = tooling::IncludeStyle::MICD_Quote; in getLLVMStyle()