Home
last modified time | relevance | path

Searched refs:ParseNamespace (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h3027 DeclGroupPtrTy ParseNamespace(DeclaratorContext Context,
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp1786 return ParseNamespace(Context, DeclEnd, InlineLoc); in ParseDeclaration()
1793 return ParseNamespace(Context, DeclEnd); in ParseDeclaration()
H A DParseDeclCXX.cpp59 Parser::DeclGroupPtrTy Parser::ParseNamespace(DeclaratorContext Context, in ParseNamespace() function in Parser