Searched refs:ParseNamespace (Results 1 – 3 of 3) sorted by relevance
2250 Decl *ParseNamespace(unsigned Context, SourceLocation &DeclEnd,
1400 SingleDecl = ParseNamespace(Context, DeclEnd, InlineLoc); in ParseDeclaration()1407 SingleDecl = ParseNamespace(Context, DeclEnd); in ParseDeclaration()
57 Decl *Parser::ParseNamespace(unsigned Context, in ParseNamespace() function in Parser