Home
last modified time | relevance | path

Searched refs:ParseStaticAssertDeclaration (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTemplate.cpp197 return ParseStaticAssertDeclaration(DeclEnd); in ParseSingleDeclarationAfterTemplate()
H A DParseDeclCXX.cpp877 Decl *Parser::ParseStaticAssertDeclaration(SourceLocation &DeclEnd){ in ParseStaticAssertDeclaration() function in Parser
2587 DeclGroupRef(ParseStaticAssertDeclaration(DeclEnd))); in ParseCXXClassMemberDeclaration()
H A DParseDecl.cpp1731 SingleDecl = ParseStaticAssertDeclaration(DeclEnd); in ParseDeclaration()
4283 ParseStaticAssertDeclaration(DeclEnd); in ParseStructUnionBody()
H A DParseObjc.cpp1971 ParseStaticAssertDeclaration(DeclEnd); in ParseObjCClassInstanceVariables()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h3067 Decl *ParseStaticAssertDeclaration(SourceLocation &DeclEnd);