Home
last modified time | relevance | path

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

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