Searched defs:Disable (Results 1 – 3 of 3) sorted by relevance
202 void CrashRecoveryContext::Disable() { in Disable() function in CrashRecoveryContext291 void CrashRecoveryContext::Disable() { in Disable() function in CrashRecoveryContext
397 CXString clang_getDiagnosticOption(CXDiagnostic Diag, CXString *Disable) { in clang_getDiagnosticOption()
78 enum DefaultOnOff { Default, Enable, Disable }; enumerator