Searched refs:SC_DoNotCheck (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Format/ |
| H A D | FormatTestComments.cpp | 30 enum StatusCheck { SC_ExpectComplete, SC_ExpectIncomplete, SC_DoNotCheck }; enumerator 41 if (CheckComplete != SC_DoNotCheck) { in format() 78 format(Code, Style, SC_DoNotCheck); in verifyNoCrash()
|
| H A D | QualifierFixerTest.cpp | 36 enum StatusCheck { SC_ExpectComplete, SC_ExpectIncomplete, SC_DoNotCheck }; enumerator 54 if (CheckComplete != SC_DoNotCheck) { in format() 114 format(Code, Style, SC_DoNotCheck); in verifyNoCrash()
|
| H A D | FormatTestObjC.cpp | 33 enum StatusCheck { SC_ExpectComplete, SC_ExpectIncomplete, SC_DoNotCheck }; enumerator 43 if (CheckComplete != SC_DoNotCheck) { in format()
|
| H A D | FormatTestRawStrings.cpp | 29 enum StatusCheck { SC_ExpectComplete, SC_ExpectIncomplete, SC_DoNotCheck }; enumerator 40 if (CheckComplete != SC_DoNotCheck) { in format()
|
| H A D | FormatTest.cpp | 32 enum StatusCheck { SC_ExpectComplete, SC_ExpectIncomplete, SC_DoNotCheck }; enumerator 43 if (CheckComplete != SC_DoNotCheck) { in format() 107 format(Code, Style, SC_DoNotCheck); in verifyNoCrash()
|