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.cpp1502 unsigned DiagSelection) const { in emitRestrictInfNaNWarning()
1503 Diag(Identifier, diag::warn_fp_nan_inf_when_disabled) << DiagSelection << 1; in emitRestrictInfNaNWarning()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h3009 unsigned DiagSelection) const;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1926 int DiagSelection = ExpectedKind == OMPD_end_declare_target ? 0 : 1; in parseOMPEndDirective() local
1936 << DiagSelection; in parseOMPEndDirective()