Home
last modified time | relevance | path

Searched defs:NoDiag (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp460 bool NoDiag = false; in ParseDirective() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp16357 static ICEDiag NoDiag() { return ICEDiag(IK_ICE, SourceLocation()); } in NoDiag() function