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