Searched refs:printGroup (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/tools/diagtool/ |
| H A D | TreeView.cpp | 64 void printGroup(const GroupRecord &Group, unsigned Indent = 0) { in printGroup() function in TreePrinter 78 printGroup(GR, Indent); in printGroup() 105 printGroup(*Found); in showGroup() 125 printGroup(AllGroups[i]); in showAll()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 184 void Decl::printGroup(Decl** Begin, unsigned NumDecls, in printGroup() function in Decl 289 Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation); in ProcessDeclGroup()
|
| H A D | StmtPrinter.cpp | 188 Decl::printGroup(Decls.data(), Decls.size(), OS, Policy, IndentLevel); in PrintRawDeclStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclBase.h | 1167 static void printGroup(Decl** Begin, unsigned NumDecls,
|