Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp124 void AppendScope(DeclContext *DC, raw_ostream &OS,
1033 AppendScope(D->getDeclContext(), OS, D->getDeclName()); in printTypeSpec()
1225 void TypePrinter::AppendScope(DeclContext *DC, raw_ostream &OS, in AppendScope() function in TypePrinter
1240 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1246 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1248 AppendScope(DC->getParent(), OS, NS->getDeclName()); in AppendScope()
1254 AppendScope(DC->getParent(), OS, Spec->getDeclName()); in AppendScope()
1263 AppendScope(DC->getParent(), OS, Tag->getDeclName()); in AppendScope()
1271 AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1298 AppendScope(D->getDeclContext(), OS, D->getDeclName()); in printTag()
[all …]