Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParser.h2740 bool DiagnoseEmptyAttrs = false,
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp1680 bool DiagnoseEmptyAttrs, in ProhibitCXX11Attributes() argument
1683 if (DiagnoseEmptyAttrs && Attrs.empty() && Attrs.Range.isValid()) { in ProhibitCXX11Attributes()