Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DTextNodeDumper.cpp119 dumpDeclRef(From, Label); in Visit()
1541 dumpDeclRef(T->getDecl()); in VisitUnresolvedUsingType()
1549 dumpDeclRef(T->getDecl()); in VisitTypedefType()
1561 dumpDeclRef(T->getDecl()); in VisitTagType()
1568 dumpDeclRef(T->getDecl()); in VisitTemplateTypeParmType()
1601 dumpDeclRef(T->getDecl()); in VisitInjectedClassNameType()
1605 dumpDeclRef(T->getDecl()); in VisitObjCInterfaceType()
1655 dumpDeclRef(Child); in VisitIndirectFieldDecl()
2276 dumpDeclRef(P); in VisitObjCCategoryDecl()
2289 dumpDeclRef(Child); in VisitObjCProtocolDecl()
[all …]
H A DASTDumper.cpp103 NodeDumper.dumpDeclRef(Redecl); in dumpTemplateDeclSpecialization()
115 NodeDumper.dumpDeclRef(D); in dumpTemplateDeclSpecialization()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTextNodeDumper.h206 void dumpDeclRef(const Decl *D, StringRef Label = {});