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