Home
last modified time | relevance | path

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

/external/clang/include/clang/Parse/
DParser.h2085 return DiagnoseProhibitedCXX11Attribute(); in CheckProhibitedCXX11Attribute()
2087 bool DiagnoseProhibitedCXX11Attribute();
/external/clang/lib/Parse/
DParseDecl.cpp1360 bool Parser::DiagnoseProhibitedCXX11Attribute() { in DiagnoseProhibitedCXX11Attribute() function in Parser