Home
last modified time | relevance | path

Searched defs:PrintCB (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h108 PrintingCallbacks PrintCB = {*this}; global() variable
/llvm-project/clang-tools-extra/clangd/
H A DAST.cpp402 class PrintCB : public PrintingCallbacks { in printType() class
404 PrintCB(const DeclContext *CurContext) : CurContext(CurContext) {} in printType() function in clang::clangd::printType::PrintCB