Home
last modified time | relevance | path

Searched refs:argumentScope (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp210 ArrayRef<ast::VariableDecl *> arguments, ast::DeclScope *argumentScope,
225 ArrayRef<ast::VariableDecl *> arguments, ast::DeclScope *argumentScope,
249 ast::DeclScope *&argumentScope, ast::Type &resultType);
1144 ArrayRef<ast::VariableDecl *> arguments, ast::DeclScope *argumentScope, in parseUserPDLLConstraintDecl() argument
1148 pushDeclScope(argumentScope); in parseUserPDLLConstraintDecl()
1210 ArrayRef<ast::VariableDecl *> arguments, ast::DeclScope *argumentScope, in parseUserPDLLRewriteDecl() argument
1214 curDeclScope = argumentScope; in parseUserPDLLRewriteDecl()
1289 ast::DeclScope *argumentScope; in parseUserConstraintOrRewriteDecl() local
1298 return parseUserPDLLFn(*name, isInline, arguments, argumentScope, results, in parseUserConstraintOrRewriteDecl()
1339 ast::DeclScope *&argumentScope, ast::Type &resultType) { in parseUserConstraintOrRewriteSignature() argument
[all …]