Lines Matching refs:DeclScope
99 ast::DeclScope *pushDeclScope() { in pushDeclScope()
100 ast::DeclScope *newScope = in pushDeclScope()
101 new (scopeAllocator.Allocate()) ast::DeclScope(curDeclScope); in pushDeclScope()
104 void pushDeclScope(ast::DeclScope *scope) { curDeclScope = scope; } in pushDeclScope()
210 ArrayRef<ast::VariableDecl *> arguments, ast::DeclScope *argumentScope,
225 ArrayRef<ast::VariableDecl *> arguments, ast::DeclScope *argumentScope,
249 ast::DeclScope *&argumentScope, ast::Type &resultType);
551 ast::DeclScope *curDeclScope = nullptr;
552 llvm::SpecificBumpPtrAllocator<ast::DeclScope> scopeAllocator;
931 ast::DeclScope *argScope = pushDeclScope(); in createODSNativePDLLConstraintDecl()
1144 ArrayRef<ast::VariableDecl *> arguments, ast::DeclScope *argumentScope, in parseUserPDLLConstraintDecl()
1210 ArrayRef<ast::VariableDecl *> arguments, ast::DeclScope *argumentScope, in parseUserPDLLRewriteDecl()
1289 ast::DeclScope *argumentScope; in parseUserConstraintOrRewriteDecl()
1339 ast::DeclScope *&argumentScope, ast::Type &resultType) { in parseUserConstraintOrRewriteSignature()