reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1070 bool hasPriorDiagnostic() override {
tools/clang/lib/AST/Interp/InterpState.h 75 bool hasPriorDiagnostic() override { return Parent.hasPriorDiagnostic(); }
75 bool hasPriorDiagnostic() override { return Parent.hasPriorDiagnostic(); }
tools/clang/lib/AST/Interp/State.cpp 90 if (hasPriorDiagnostic()) {