Home
last modified time | relevance | path

Searched refs:PrintingCallbacks (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DPrettyPrinter.h34 class PrintingCallbacks {
36 ~PrintingCallbacks() = default;
277 const PrintingCallbacks *Callbacks = nullptr;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h96 class PrintingCallbacks final : public clang::PrintingCallbacks {
100 PrintingCallbacks(const CGDebugInfo &Self) : Self(Self) {} in PrintingCallbacks() function
105 PrintingCallbacks PrintCB = {*this};