Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp836 unsigned NumWarningsBefore = Diags.getNumWarnings(); in RoundTrip() local
838 if (!Success || Diags.getNumWarnings() != NumWarningsBefore) in RoundTrip()