Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Format/
HDFormat.h417 LS_Cpp11, enumerator
/NextBSD/contrib/llvm/tools/clang/lib/Format/
HDFormat.cpp56 IO.enumCase(Value, "Cpp11", FormatStyle::LS_Cpp11); in enumeration()
57 IO.enumCase(Value, "C++11", FormatStyle::LS_Cpp11); in enumeration()
389 LLVMStyle.Standard = FormatStyle::LS_Cpp11; in getLLVMStyle()
1534 Style.Standard = HasCpp03IncompatibleFormat ? FormatStyle::LS_Cpp11 in deriveLocalStyle()
HDTokenAnnotator.cpp1981 (Style.Standard != FormatStyle::LS_Cpp11 || Style.SpacesInAngles); in spaceRequiredBefore()