Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp199 return ParseStaticAssertDeclaration(DeclEnd); in ParseSingleDeclarationAfterTemplate()
H A DParseDeclCXX.cpp964 Decl *Parser::ParseStaticAssertDeclaration(SourceLocation &DeclEnd) { in ParseStaticAssertDeclaration() function in Parser
2768 DeclGroupRef(ParseStaticAssertDeclaration(DeclEnd))); in ParseCXXClassMemberDeclaration()
H A DParseObjc.cpp2023 ParseStaticAssertDeclaration(DeclEnd); in ParseObjCClassInstanceVariables()
H A DParseDecl.cpp1951 SingleDecl = ParseStaticAssertDeclaration(DeclEnd); in ParseDeclaration()
4723 ParseStaticAssertDeclaration(DeclEnd); in ParseStructUnionBody()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3243 Decl *ParseStaticAssertDeclaration(SourceLocation &DeclEnd);