Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2860 bool DiagnoseEmptyAttrs = false,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1914 bool DiagnoseEmptyAttrs, in ProhibitCXX11Attributes() argument
1917 if (DiagnoseEmptyAttrs && Attrs.empty() && Attrs.Range.isValid()) { in ProhibitCXX11Attributes()