Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp173 return ParseStaticAssertDeclaration(DeclEnd); in ParseSingleDeclarationAfterTemplate()
H A DParseDeclCXX.cpp851 Decl *Parser::ParseStaticAssertDeclaration(SourceLocation &DeclEnd){ in ParseStaticAssertDeclaration() function in Parser
2503 DeclGroupRef(ParseStaticAssertDeclaration(DeclEnd))); in ParseCXXClassMemberDeclaration()
H A DParseDecl.cpp1703 SingleDecl = ParseStaticAssertDeclaration(DeclEnd); in ParseDeclaration()
4006 ParseStaticAssertDeclaration(DeclEnd); in ParseStructUnionBody()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2711 Decl *ParseStaticAssertDeclaration(SourceLocation &DeclEnd);