Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/DataFormatters/
DValueObjectPrinter.h78 void PrintDecl();
/external/clang/unittests/AST/
DDeclPrinterTest.cpp34 void PrintDecl(raw_ostream &Out, const ASTContext *Context, const Decl *D) { in PrintDecl() function
56 PrintDecl(Out, Result.Context, D); in run()
/external/llvm-project/lldb/source/DataFormatters/
DValueObjectPrinter.cpp81 PrintDecl(); in PrintValueObject()
222 void ValueObjectPrinter::PrintDecl() { in PrintDecl() function in ValueObjectPrinter
/external/llvm-project/clang/unittests/AST/
DDeclPrinterTest.cpp36 void PrintDecl(raw_ostream &Out, const ASTContext *Context, const Decl *D, in PrintDecl() function
64 PrintDecl(Out, Result.Context, D, PolicyModifier); in run()