Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseTemplate.cpp186 return ParseStaticAssertDeclaration(DeclEnd); in ParseSingleDeclarationAfterTemplate()
HDParseDeclCXX.cpp688 Decl *Parser::ParseStaticAssertDeclaration(SourceLocation &DeclEnd){ in ParseStaticAssertDeclaration() function in Parser
2279 ParseStaticAssertDeclaration(DeclEnd); in ParseCXXClassMemberDeclaration()
HDParseDecl.cpp1487 SingleDecl = ParseStaticAssertDeclaration(DeclEnd); in ParseDeclaration()
3592 ParseStaticAssertDeclaration(DeclEnd); in ParseStructUnionBody()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h2361 Decl *ParseStaticAssertDeclaration(SourceLocation &DeclEnd);