Searched refs:ParseUsingDeclaration (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 529 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd, Attrs, in ParseUsingDirectiveOrDeclaration() 707 Parser::DeclGroupPtrTy Parser::ParseUsingDeclaration( in ParseUsingDeclaration() function in Parser 2983 return ParseUsingDeclaration(DeclaratorContext::Member, TemplateInfo, in ParseCXXClassMemberDeclaration()
|
H A D | ParseExprCXX.cpp | 2085 DG = ParseUsingDeclaration(Context, {}, DeclStart, DeclEnd, Attrs, AS_none); in ParseAliasDeclarationInInitStatement()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 3314 DeclGroupPtrTy ParseUsingDeclaration(DeclaratorContext Context,
|