Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp122 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 TypePrinter
1089 AppendScope(DC->getParent(), OS); in AppendScope()
1138 AppendScope(D->getDeclContext(), OS); in printTag()