Home
last modified time | relevance | path

Searched refs:getAlwaysDeclaredMethods (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/include/mlir/TableGen/
H A DTrait.h121 std::vector<StringRef> getAlwaysDeclaredMethods() const;
/llvm-project/mlir/lib/TableGen/
H A DTrait.cpp103 std::vector<StringRef> InterfaceTrait::getAlwaysDeclaredMethods() const { in getAlwaysDeclaredMethods() function in InterfaceTrait
/llvm-project/mlir/tools/mlir-tblgen/
H A DAttrOrTypeDefGen.cpp552 auto alwaysDeclaredMethods = trait.getAlwaysDeclaredMethods(); in emitConstruct()
H A DOpDefinitionsGen.cpp3479 auto alwaysDeclaredMethodsVec = opTrait->getAlwaysDeclaredMethods();