Searched defs:argumentScope (Results 1 – 1 of 1) sorted by relevance
/llvm-project/mlir/lib/Tools/PDLL/Parser/ |
H A D | Parser.cpp | 1181 parseUserPDLLConstraintDecl(const ast::Name & name,bool isInline,ArrayRef<ast::VariableDecl * > arguments,ast::DeclScope * argumentScope,ArrayRef<ast::VariableDecl * > results,ast::Type resultType) parseUserPDLLConstraintDecl() argument 1247 parseUserPDLLRewriteDecl(const ast::Name & name,bool isInline,ArrayRef<ast::VariableDecl * > arguments,ast::DeclScope * argumentScope,ArrayRef<ast::VariableDecl * > results,ast::Type resultType) parseUserPDLLRewriteDecl() argument 1326 ast::DeclScope *argumentScope; parseUserConstraintOrRewriteDecl() local 1370 parseUserConstraintOrRewriteSignature(SmallVectorImpl<ast::VariableDecl * > & arguments,SmallVectorImpl<ast::VariableDecl * > & results,ast::DeclScope * & argumentScope,ast::Type & resultType) parseUserConstraintOrRewriteSignature() argument [all...] |