Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp197 return ParseStaticAssertDeclaration(DeclEnd); in ParseSingleDeclarationAfterTemplate()
H A DParseDeclCXX.cpp913 Decl *Parser::ParseStaticAssertDeclaration(SourceLocation &DeclEnd){ in ParseStaticAssertDeclaration() function in Parser
2644 DeclGroupRef(ParseStaticAssertDeclaration(DeclEnd))); in ParseCXXClassMemberDeclaration()
H A DParseDecl.cpp1738 SingleDecl = ParseStaticAssertDeclaration(DeclEnd); in ParseDeclaration()
4296 ParseStaticAssertDeclaration(DeclEnd); in ParseStructUnionBody()
H A DParseObjc.cpp1971 ParseStaticAssertDeclaration(DeclEnd); in ParseObjCClassInstanceVariables()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3096 Decl *ParseStaticAssertDeclaration(SourceLocation &DeclEnd);