Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DTypePrinter.cpp105 void AppendScope(DeclContext *DC, raw_ostream &OS);
908 void TypePrinter::AppendScope(DeclContext *DC, raw_ostream &OS) { in AppendScope() function in TypePrinter
911 AppendScope(DC->getParent(), OS); in AppendScope()
962 AppendScope(D->getDeclContext(), OS); in printTag()