Home
last modified time | relevance | path

Searched defs:printPretty (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp576 void MemRegion::printPretty(raw_ostream &os) const { in printPretty() function in MemRegion
617 void FieldRegion::printPretty(raw_ostream &os) const { in printPretty() function in FieldRegion
/aosp_15_r20/external/clang/lib/AST/
H A DAPValue.cpp344 void APValue::printPretty(raw_ostream &Out, ASTContext &Ctx, QualType Ty) const{ in printPretty() function in APValue
H A DStmtPrinter.cpp2570 void Stmt::printPretty(raw_ostream &OS, in printPretty() function in Stmt