Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseStaticAssertDeclaration

687 /// ParseStaticAssertDeclaration - Parse C++0x or C11 static_assert-declaration.
695 Decl *Parser::ParseStaticAssertDeclaration(SourceLocation &DeclEnd){
2323 DeclGroupRef(ParseStaticAssertDeclaration(DeclEnd)));