Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DClass.h598 return addMethodAndPrune( in addMethod()
736 Method *addMethodAndPrune(Method &&newMethod);
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DClass.cpp361 Method *Class::addMethodAndPrune(Method &&newMethod) { in addMethodAndPrune() function in Class