Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/diagtool/
H A DTreeView.cpp64 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 DDeclPrinter.cpp184 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 DStmtPrinter.cpp188 Decl::printGroup(Decls.data(), Decls.size(), OS, Policy, IndentLevel); in PrintRawDeclStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h1167 static void printGroup(Decl** Begin, unsigned NumDecls,