Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp120 dumpDeclRef(From, Label); in Visit()
1729 dumpDeclRef(T->getDecl()); in VisitUnresolvedUsingType()
1739 dumpDeclRef(T->getDecl()); in VisitTypedefType()
1755 dumpDeclRef(T->getDecl()); in VisitTagType()
1762 dumpDeclRef(T->getDecl()); in VisitTemplateTypeParmType()
1809 dumpDeclRef(T->getDecl()); in VisitInjectedClassNameType()
1813 dumpDeclRef(T->getDecl()); in VisitObjCInterfaceType()
1863 dumpDeclRef(Child); in VisitIndirectFieldDecl()
2510 dumpDeclRef(P); in VisitObjCCategoryDecl()
2523 dumpDeclRef(Child); in VisitObjCProtocolDecl()
[all …]
H A DASTDumper.cpp132 NodeDumper.dumpDeclRef(Redecl); in dumpTemplateDeclSpecialization()
144 NodeDumper.dumpDeclRef(D); in dumpTemplateDeclSpecialization()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h211 void dumpDeclRef(const Decl *D, StringRef Label = {});