Home
last modified time | relevance | path

Searched refs:HasFoldFailureDiagnostic (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DExprConstant.cpp479 bool HasFoldFailureDiagnostic; member
548 HasFoldFailureDiagnostic(false), IsSpeculativelyEvaluating(false), in EvalInfo()
621 if (!HasFoldFailureDiagnostic) in Diag()
642 HasFoldFailureDiagnostic = !IsCCEDiag; in Diag()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp915 bool HasFoldFailureDiagnostic; member in __anon3f12a8aa0311::EvalInfo
973 HasFoldFailureDiagnostic(false), InConstantContext(false), in EvalInfo()
1112 HasFoldFailureDiagnostic = Flag; in setFoldFailureDiagnostic()
1130 if (!HasFoldFailureDiagnostic) in hasPriorDiagnostic()