Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Tools/PDLL/AST/
H A DNodes.cpp382 void Decl::setDocComment(Context &ctx, StringRef comment) { in setDocComment() function in Decl
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h678 void setDocComment(Context &ctx, StringRef comment);
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp989 constraintDecl->setDocComment(ctx, docString); in createODSNativePDLLConstraintDecl()