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

/external/clang/tools/diagtool/
H A DTreeView.cpp58 void printGroup(const GroupRecord &Group, unsigned Indent = 0) { function in class:TreePrinter
69 printGroup(*I, Indent);
102 printGroup(*Found);
125 printGroup(AllGroups[i]);
/external/clang/lib/AST/
H A DDeclPrinter.cpp136 void Decl::printGroup(Decl** Begin, unsigned NumDecls, function in class:Decl
202 Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation);
H A DStmtPrinter.cpp129 Decl::printGroup(Decls.data(), Decls.size(), OS, Policy, IndentLevel);
/external/clang/include/clang/AST/
H A DDeclBase.h954 static void printGroup(Decl** Begin, unsigned NumDecls,

Completed in 1843 milliseconds