Lines Matching refs:DeclScope
98 ast::DeclScope *pushDeclScope() {
99 ast::DeclScope *newScope =
100 new (scopeAllocator.Allocate()) ast::DeclScope(curDeclScope);
103 void pushDeclScope(ast::DeclScope *scope) { curDeclScope = scope; }
216 ArrayRef<ast::VariableDecl *> arguments, ast::DeclScope *argumentScope,
231 ArrayRef<ast::VariableDecl *> arguments, ast::DeclScope *argumentScope,
255 ast::DeclScope *&argumentScope, ast::Type &resultType);
553 ast::DeclScope *curDeclScope = nullptr;
554 llvm::SpecificBumpPtrAllocator<ast::DeclScope> scopeAllocator;
977 ast::DeclScope *argScope = pushDeclScope();
1180 ArrayRef<ast::VariableDecl *> arguments, ast::DeclScope *argumentScope,
1246 ArrayRef<ast::VariableDecl *> arguments, ast::DeclScope *argumentScope,
1325 ast::DeclScope *argumentScope;
1369 ast::DeclScope *&argumentScope, ast::Type &resultType) {