HomeSort by relevance Sort by last modified time
    Searched refs:LK_Cpp (Results 1 - 8 of 8) sorted by null

  /external/clang/tools/clang-format/fuzzer/
ClangFormatFuzzer.cpp 21 auto Style = getGoogleStyle(clang::format::FormatStyle::LK_Cpp);
  /external/clang/unittests/Format/
SortIncludesTest.cpp 142 Style = getGoogleStyle(FormatStyle::LK_Cpp);
FormatTest.cpp 21 FormatStyle getGoogleStyle() { return getGoogleStyle(FormatStyle::LK_Cpp); }
    [all...]
  /external/clang/include/clang/Format/
Format.h 423 LK_Cpp,
  /external/clang/lib/Format/
Format.cpp 46 IO.enumCase(Value, "Cpp", FormatStyle::LK_Cpp);
465 LLVMStyle.Language = FormatStyle::LK_Cpp;
    [all...]
UnwrappedLineParser.cpp 815 if (Style.Language != FormatStyle::LK_Cpp) {
976 if (Style.Language != FormatStyle::LK_Cpp) {
    [all...]
TokenAnnotator.cpp 264 Style.Language == FormatStyle::LK_Cpp &&
377 Style.Language != FormatStyle::LK_Cpp)) ||
    [all...]
ContinuationIndenter.cpp 517 Style.Language != FormatStyle::LK_Cpp &&
    [all...]

Completed in 106 milliseconds