Lines Matching refs:hook
97 /// with default implementations that call the hook on the interface for a
143 /// This is an example of a non-static hook to an operation.
146 /// This is an example of a static hook to an operation. A static hook does
148 /// a virtual hook, the same as the non-static case, because the
149 /// implementation of the hook itself still requires indirection.
206 llvm::errs() << "hook returned = " << example.exampleInterfaceHook() << "\n";
230 /// hook, making it accessible in the method body even if the method is not
363 "This is an example of a non-static hook to an operation.",
367 "This is an example of a static hook to an operation.",
386 - The list of interface hook methods that are defined by the IR object.
391 facing interface class, that do not need to hook into the IR entity.
607 // Here we can override the default implementation of the hook