Searched refs:printGroup (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/tools/diagtool/ |
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()
|
/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 | 151 void Decl::printGroup(Decl** Begin, unsigned NumDecls, in printGroup() function in Decl 254 Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation); in ProcessDeclGroup()
|
D | StmtPrinter.cpp | 131 Decl::printGroup(Decls.data(), Decls.size(), OS, Policy, IndentLevel); in PrintRawDeclStmt()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclPrinter.cpp | 180 void Decl::printGroup(Decl** Begin, unsigned NumDecls, in printGroup() function in Decl 285 Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation); in ProcessDeclGroup()
|
D | StmtPrinter.cpp | 189 Decl::printGroup(Decls.data(), Decls.size(), OS, Policy, IndentLevel); in PrintRawDeclStmt()
|
/external/clang/include/clang/AST/ |
D | DeclBase.h | 1015 static void printGroup(Decl** Begin, unsigned NumDecls,
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclBase.h | 1167 static void printGroup(Decl** Begin, unsigned NumDecls,
|