Searched refs:AppendScope (Results 1 – 1 of 1) sorted by relevance
122 void AppendScope(DeclContext *DC, raw_ostream &OS);942 AppendScope(D->getDeclContext(), OS); in printTypeSpec()1086 void TypePrinter::AppendScope(DeclContext *DC, raw_ostream &OS) { in AppendScope() function in TypePrinter1089 AppendScope(DC->getParent(), OS); in AppendScope()1138 AppendScope(D->getDeclContext(), OS); in printTag()