Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp124 void AppendScope(DeclContext *DC, raw_ostream &OS,
1028 AppendScope(D->getDeclContext(), OS, D->getDeclName()); in printTypeSpec()
1220 void TypePrinter::AppendScope(DeclContext *DC, raw_ostream &OS, in AppendScope() function in TypePrinter
1235 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1241 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1243 AppendScope(DC->getParent(), OS, NS->getDeclName()); in AppendScope()
1249 AppendScope(DC->getParent(), OS, Spec->getDeclName()); in AppendScope()
1258 AppendScope(DC->getParent(), OS, Tag->getDeclName()); in AppendScope()
1266 AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1293 AppendScope(D->getDeclContext(), OS, D->getDeclName()); in printTag()
[all …]