Searched refs:printGroup (Results 1 – 4 of 4) sorted by relevance
/external/clang/tools/diagtool/ |
D | TreeView.cpp | 58 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/ |
D | DeclPrinter.cpp | 147 void Decl::printGroup(Decl** Begin, unsigned NumDecls, in printGroup() function in Decl 252 Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation); in ProcessDeclGroup()
|
D | StmtPrinter.cpp | 130 Decl::printGroup(Decls.data(), Decls.size(), OS, Policy, IndentLevel); in PrintRawDeclStmt()
|
/external/clang/include/clang/AST/ |
D | DeclBase.h | 997 static void printGroup(Decl** Begin, unsigned NumDecls,
|