Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp135 void AppendScope(DeclContext *DC, raw_ostream &OS,
1110 AppendScope(D->getDeclContext(), OS, D->getDeclName()); in printTypeSpec()
1309 void TypePrinter::AppendScope(DeclContext *DC, raw_ostream &OS, in AppendScope() function in TypePrinter
1324 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1330 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1332 AppendScope(DC->getParent(), OS, NS->getDeclName()); in AppendScope()
1338 AppendScope(DC->getParent(), OS, Spec->getDeclName()); in AppendScope()
1347 AppendScope(DC->getParent(), OS, Tag->getDeclName()); in AppendScope()
1355 AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1382 AppendScope(D->getDeclContext(), OS, D->getDeclName()); in printTag()
[all …]