Home
last modified time | relevance | path

Searched refs:hasPriorDiagnostic (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpState.h99 bool hasPriorDiagnostic() override { return Parent.hasPriorDiagnostic(); } in hasPriorDiagnostic() function
H A DState.h73 virtual bool hasPriorDiagnostic() = 0;
H A DState.cpp89 if (hasPriorDiagnostic()) { in diag()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1208 bool hasPriorDiagnostic() override { in hasPriorDiagnostic() function in __anonfb577fba0411::EvalInfo