Home
last modified time | relevance | path

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

/llvm-project/clang/tools/diagtool/
H A DTreeView.cpp60 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 DDeclPrinter.cpp192 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 DStmtPrinter.cpp255 Decl::printGroup(Decls.data(), Decls.size(), OS, Policy, IndentLevel);
/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1243 static void printGroup(Decl** Begin, unsigned NumDecls,