Home | History | Annotate | Download | only in Format

Lines Matching refs:enumCase

40     IO.enumCase(Value, "C++03", clang::format::FormatStyle::LS_Cpp03);
41 IO.enumCase(Value, "C++11", clang::format::FormatStyle::LS_Cpp11);
42 IO.enumCase(Value, "Auto", clang::format::FormatStyle::LS_Auto);
50 IO.enumCase(Value, "Attach", clang::format::FormatStyle::BS_Attach);
51 IO.enumCase(Value, "Linux", clang::format::FormatStyle::BS_Linux);
52 IO.enumCase(Value, "Stroustrup", clang::format::FormatStyle::BS_Stroustrup);
53 IO.enumCase(Value, "Allman", clang::format::FormatStyle::BS_Allman);
63 IO.enumCase(Value, "None", clang::format::FormatStyle::NI_None);
64 IO.enumCase(Value, "Inner", clang::format::FormatStyle::NI_Inner);
65 IO.enumCase(Value, "All", clang::format::FormatStyle::NI_All);