Home
last modified time | relevance | path

Searched refs:PrintDecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h78 void PrintDecl();
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp81 PrintDecl(); in PrintValueObject()
222 void ValueObjectPrinter::PrintDecl() { in PrintDecl() function in ValueObjectPrinter
/llvm-project-15.0.7/clang/unittests/AST/
H A DDeclPrinterTest.cpp36 void PrintDecl(raw_ostream &Out, const ASTContext *Context, const Decl *D, in PrintDecl() function
53 Code, Args, NodeMatch, ExpectedPrinted, FileName, PrintDecl, in PrintedDeclMatches()