Home
last modified time | relevance | path

Searched defs:codeBlock (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Tools/PDLL/AST/
H A DNodePrinter.cpp304 if (std::optional<StringRef> codeBlock = decl->getCodeBlock()) { in printImpl() local
357 if (std::optional<StringRef> codeBlock = decl->getCodeBlock()) { in printImpl() local
H A DNodes.cpp465 std::optional<StringRef> codeBlock, const CompoundStmt *body, in createImpl()
535 std::optional<StringRef> codeBlock, in createImpl()
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h955 std::optional<StringRef> codeBlock, in UserConstraintDecl()
968 std::optional<StringRef> codeBlock; variable
1098 std::optional<StringRef> codeBlock, in createNative()
1158 std::optional<StringRef> codeBlock, const CompoundStmt *body, in UserRewriteDecl()
1171 std::optional<StringRef> codeBlock; variable
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp961 std::string codeBlock = processTdIncludeRecords() local
975 createODSNativePDLLConstraintDecl(StringRef name,StringRef codeBlock,SMRange loc,ast::Type type,StringRef nativeType,StringRef docString) createODSNativePDLLConstraintDecl() argument
1003 std::string codeBlock = tblgen::tgfmt( createODSNativePDLLConstraintDecl() local