Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Format/
HDFormat.h73 LS_Cpp11, enumerator
363 FormatStyle::LS_Cpp11);
/trueos/contrib/llvm/tools/clang/lib/Format/
HDFormat.cpp42 IO.enumCase(Value, "Cpp11", clang::format::FormatStyle::LS_Cpp11); in enumeration()
43 IO.enumCase(Value, "C++11", clang::format::FormatStyle::LS_Cpp11); in enumeration()
1326 Style.Standard = HasCpp03IncompatibleFormat ? FormatStyle::LS_Cpp11 in deriveLocalStyle()
HDTokenAnnotator.cpp1361 (Style.Standard != FormatStyle::LS_Cpp11 || Style.SpacesInAngles); in spaceRequiredBefore()