Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParser.h2695 return DiagnoseProhibitedCXX11Attribute(); in CheckProhibitedCXX11Attribute()
2698 bool DiagnoseProhibitedCXX11Attribute();
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp1623 bool Parser::DiagnoseProhibitedCXX11Attribute() { in DiagnoseProhibitedCXX11Attribute() function in Parser