Searched refs:printGroup (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/tools/diagtool/ |
H A D | TreeView.cpp | 60 void printGroup(const GroupRecord &Group, unsigned Indent = 0) { in printGroup() function in TreePrinter 74 printGroup(GR, Indent); in printGroup() 101 printGroup(*Found); in showGroup() 121 printGroup(AllGroups[i]); in showAll()
|
/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 192 void Decl::printGroup(Decl** Begin, unsigned NumDecls, in printGroup() function in Decl 326 Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation); in ProcessDeclGroup()
|
H A D | StmtPrinter.cpp | 255 Decl::printGroup(Decls.data(), Decls.size(), OS, Policy, IndentLevel);
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclBase.h | 1243 static void printGroup(Decl** Begin, unsigned NumDecls,
|