Searched defs:OptionalDiagnostic (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOptionalDiagnostic.h28 class OptionalDiagnostic { class in namespace:clang
32 explicit OptionalDiagnostic(PartialDiagnostic *Diag = nullptr) : Diag(Diag) {} function in class:clang::OptionalDiagnostic

Completed in 95 milliseconds