Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1470 unsigned DiagSelection) const { in emitRestrictInfNaNWarning()
1471 Diag(Identifier, diag::warn_fp_nan_inf_when_disabled) << DiagSelection << 1; in emitRestrictInfNaNWarning()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2934 unsigned DiagSelection) const;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1989 int DiagSelection = ExpectedKind == OMPD_end_declare_target ? 0 : 1; in parseOMPEndDirective() local
1998 << DiagSelection; in parseOMPEndDirective()