Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp205 ParseStaticAssertDeclaration(DeclEnd)); in ParseDeclarationAfterTemplate()
H A DParseDeclCXX.cpp1019 Decl *Parser::ParseStaticAssertDeclaration(SourceLocation &DeclEnd) { in ParseStaticAssertDeclaration() function in Parser
2934 DeclGroupRef(ParseStaticAssertDeclaration(DeclEnd))); in ParseCXXClassMemberDeclaration()
H A DParseObjc.cpp2013 ParseStaticAssertDeclaration(DeclEnd); in ParseObjCClassInstanceVariables()
H A DParseDecl.cpp2055 SingleDecl = ParseStaticAssertDeclaration(DeclEnd); in ParseDeclaration()
5102 ParseStaticAssertDeclaration(DeclEnd); in ParseStructUnionBody()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3325 Decl *ParseStaticAssertDeclaration(SourceLocation &DeclEnd);