Searched refs:matchedOperation (Results 1 – 2 of 2) sorted by relevance
53 explicit operator bool() { return matchedOperation != nullptr; }55 Operation *getMatchedOperation() const { return matchedOperation; } in getMatchedOperation()68 Operation *matchedOperation = nullptr; variable
32 result->matchedOperation = operation; in build()