Lines Matching defs:argumentScope
216 ArrayRef<ast::VariableDecl *> arguments, ast::DeclScope *argumentScope,
231 ArrayRef<ast::VariableDecl *> arguments, ast::DeclScope *argumentScope,
255 ast::DeclScope *&argumentScope, ast::Type &resultType);
1180 ArrayRef<ast::VariableDecl *> arguments, ast::DeclScope *argumentScope,
1184 pushDeclScope(argumentScope);
1246 ArrayRef<ast::VariableDecl *> arguments, ast::DeclScope *argumentScope,
1250 curDeclScope = argumentScope;
1325 ast::DeclScope *argumentScope;
1328 argumentScope, resultType)))
1334 return parseUserPDLLFn(*name, isInline, arguments, argumentScope, results,
1369 ast::DeclScope *&argumentScope, ast::Type &resultType) {
1374 argumentScope = pushDeclScope();