Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DTypePrinter.cpp139 void AppendScope(DeclContext *DC, raw_ostream &OS,
1058 AppendScope(D->getDeclContext(), OS, D->getDeclName()); in printTypeSpec()
1265 void TypePrinter::AppendScope(DeclContext *DC, raw_ostream &OS, in AppendScope() function in TypePrinter
1280 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1286 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1288 AppendScope(DC->getParent(), OS, NS->getDeclName()); in AppendScope()
1294 AppendScope(DC->getParent(), OS, Spec->getDeclName()); in AppendScope()
1303 AppendScope(DC->getParent(), OS, Tag->getDeclName()); in AppendScope()
1311 AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1338 AppendScope(D->getDeclContext(), OS, D->getDeclName()); in printTag()
[all …]