Searched refs:cppClass (Results 1 – 9 of 9) sorted by relevance
28 StringRef cppClass) { in insertAttributeConstraint() argument31 constraint.reset(new AttributeConstraint(name, summary, cppClass)); in insertAttributeConstraint()33 assert(constraint->getCppClass() == cppClass && in insertAttributeConstraint()43 StringRef cppClass) { in insertTypeConstraint() argument46 constraint.reset(new TypeConstraint(name, summary, cppClass)); in insertTypeConstraint()
41 StringRef cppClass);46 StringRef cppClass);
168 int $cppClass::getFoo(int i) {
581 `FieldParser<$cppClass>::parse($_parser)`, where `$cppClass` is the C++ type1072 inside the class's C++ namespace. The substitution `$cppClass` will be replaced
1029 The substitution `$cppClass` is replaced by the op's C++ class name.
228 // generated code is placed inside the class's C++ namespace. `$cppClass` is
2222 // generated code is placed inside the op's C++ namespace. `$cppClass` is
2103 std::string cppClass = var->constraint.getCPPClassName(); in genElementPrinter() local2112 << " if (auto validType = type.dyn_cast<" << cppClass << ">())\n" in genElementPrinter()
462 ::mlir::CallInterfaceCallable $cppClass::getCallableForCallee() {1252 ::mlir::LogicalResult $cppClass::fold(ArrayRef<Attribute> operands,