Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseTemplate.cpp198 return ParseStaticAssertDeclaration(DeclEnd); in ParseSingleDeclarationAfterTemplate()
H A DParseDeclCXX.cpp964 Decl *Parser::ParseStaticAssertDeclaration(SourceLocation &DeclEnd) { in ParseStaticAssertDeclaration() function in Parser
2725 DeclGroupRef(ParseStaticAssertDeclaration(DeclEnd))); in ParseCXXClassMemberDeclaration()
H A DParseObjc.cpp2010 ParseStaticAssertDeclaration(DeclEnd); in ParseObjCClassInstanceVariables()
H A DParseDecl.cpp1818 SingleDecl = ParseStaticAssertDeclaration(DeclEnd); in ParseDeclaration()
4542 ParseStaticAssertDeclaration(DeclEnd); in ParseStructUnionBody()
/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParser.h3179 Decl *ParseStaticAssertDeclaration(SourceLocation &DeclEnd);