Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h2860 bool DiagnoseEmptyAttrs = false,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp1914 bool DiagnoseEmptyAttrs, in ProhibitCXX11Attributes() argument
1917 if (DiagnoseEmptyAttrs && Attrs.empty() && Attrs.Range.isValid()) { in ProhibitCXX11Attributes()