reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Format/Format.cpp
 2468   if (!Status.FormatComplete)
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
 1101       Status->FormatComplete = false;
tools/clang/tools/clang-format/ClangFormat.cpp
  357          << (Status.FormatComplete ? "false" : "true") << "'";
  358   if (!Status.FormatComplete)
  455                << (Status.FormatComplete ? "false" : "true");
  456         if (!Status.FormatComplete)
tools/clang/tools/extra/clangd/Format.cpp
  302   if (!Status.FormatComplete)
tools/clang/unittests/Format/FormatTest.cpp
   45       EXPECT_EQ(ExpectedCompleteFormat, Status.FormatComplete)
tools/clang/unittests/Format/FormatTestComments.cpp
   48       EXPECT_EQ(ExpectedCompleteFormat, Status.FormatComplete)
tools/clang/unittests/Format/FormatTestJS.cpp
   29     EXPECT_TRUE(Status.FormatComplete);
tools/clang/unittests/Format/FormatTestObjC.cpp
   50       EXPECT_EQ(ExpectedCompleteFormat, Status.FormatComplete)
tools/clang/unittests/Format/FormatTestRawStrings.cpp
   43       EXPECT_EQ(ExpectedCompleteFormat, Status.FormatComplete)
tools/clang/unittests/Format/FormatTestSelective.cpp
   29     EXPECT_TRUE(Status.FormatComplete) << Code << "\n\n";