Searched defs:AppendScope (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DTypePrinter.cpp103 void AppendScope(DeclContext *DC, raw_ostream &OS);
842 void TypePrinter::AppendScope(DeclContext *DC, raw_ostream &OS) { function in class:TypePrinter
845 AppendScope(DC->getParent(), OS);
897 AppendScope(D->getDeclContext(), OS);

Completed in 64 milliseconds