Searched refs:AppendScope (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | TypePrinter.cpp | 135 void AppendScope(DeclContext *DC, raw_ostream &OS, 1162 AppendScope(D->getDeclContext(), OS, D->getDeclName()); in printTypeSpec() 1376 void TypePrinter::AppendScope(DeclContext *DC, raw_ostream &OS, in AppendScope() function in TypePrinter 1391 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope() 1397 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope() 1399 AppendScope(DC->getParent(), OS, NS->getDeclName()); in AppendScope() 1405 AppendScope(DC->getParent(), OS, Spec->getDeclName()); in AppendScope() 1414 AppendScope(DC->getParent(), OS, Tag->getDeclName()); in AppendScope() 1422 AppendScope(DC->getParent(), OS, NameInScope); in AppendScope() 1449 AppendScope(D->getDeclContext(), OS, D->getDeclName()); in printTag() [all …]
|