Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseTemplate.cpp198 return ParseStaticAssertDeclaration(DeclEnd); in ParseSingleDeclarationAfterTemplate()
H A DParseDeclCXX.cpp927 Decl *Parser::ParseStaticAssertDeclaration(SourceLocation &DeclEnd) { in ParseStaticAssertDeclaration() function in Parser
2636 DeclGroupRef(ParseStaticAssertDeclaration(DeclEnd))); in ParseCXXClassMemberDeclaration()
H A DParseDecl.cpp1804 SingleDecl = ParseStaticAssertDeclaration(DeclEnd); in ParseDeclaration()
4453 ParseStaticAssertDeclaration(DeclEnd); in ParseStructUnionBody()
H A DParseObjc.cpp1978 ParseStaticAssertDeclaration(DeclEnd); in ParseObjCClassInstanceVariables()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h3078 Decl *ParseStaticAssertDeclaration(SourceLocation &DeclEnd);