Home
last modified time | relevance | path

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

/external/clang/tools/diagtool/
DTreeView.cpp58 void printGroup(const GroupRecord &Group, unsigned Indent = 0) { in printGroup() function in TreePrinter
69 printGroup(*I, Indent); in printGroup()
102 printGroup(*Found); in showGroup()
125 printGroup(AllGroups[i]); in showAll()
/external/clang/lib/AST/
DDeclPrinter.cpp147 void Decl::printGroup(Decl** Begin, unsigned NumDecls, in printGroup() function in Decl
252 Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation); in ProcessDeclGroup()
DStmtPrinter.cpp130 Decl::printGroup(Decls.data(), Decls.size(), OS, Policy, IndentLevel); in PrintRawDeclStmt()
/external/clang/include/clang/AST/
DDeclBase.h997 static void printGroup(Decl** Begin, unsigned NumDecls,