Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp119 dumpDeclRef(From, Label); in Visit()
1526 dumpDeclRef(T->getDecl()); in VisitUnresolvedUsingType()
1530 dumpDeclRef(T->getDecl()); in VisitTypedefType()
1542 dumpDeclRef(T->getDecl()); in VisitTagType()
1549 dumpDeclRef(T->getDecl()); in VisitTemplateTypeParmType()
1574 dumpDeclRef(T->getDecl()); in VisitInjectedClassNameType()
1578 dumpDeclRef(T->getDecl()); in VisitObjCInterfaceType()
1628 dumpDeclRef(Child); in VisitIndirectFieldDecl()
2243 dumpDeclRef(P); in VisitObjCCategoryDecl()
2256 dumpDeclRef(Child); in VisitObjCProtocolDecl()
[all …]
H A DASTDumper.cpp111 NodeDumper.dumpDeclRef(Redecl); in dumpTemplateDeclSpecialization()
123 NodeDumper.dumpDeclRef(D); in dumpTemplateDeclSpecialization()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h206 void dumpDeclRef(const Decl *D, StringRef Label = {});