Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTextNodeDumper.cpp119 dumpDeclRef(From, Label); in Visit()
721 dumpDeclRef(BD, "cleanup"); in dumpCleanupObject()
735 void TextNodeDumper::dumpDeclRef(const Decl *D, StringRef Label) { in dumpDeclRef() function in TextNodeDumper
891 dumpDeclRef(TA.getAsDecl()); in VisitDeclarationTemplateArgument()
1541 dumpDeclRef(T->getDecl()); in VisitUnresolvedUsingType()
1545 dumpDeclRef(T->getFoundDecl()); in VisitUsingType()
1551 dumpDeclRef(T->getDecl()); in VisitTypedefType()
1567 dumpDeclRef(T->getDecl()); in VisitTagType()
1574 dumpDeclRef(T->getDecl()); in VisitTemplateTypeParmType()
1579 dumpDeclRef(T->getAssociatedDecl()); in VisitSubstTemplateTypeParmType()
[all …]
H A DASTDumper.cpp131 NodeDumper.dumpDeclRef(Redecl); in dumpTemplateDeclSpecialization()
143 NodeDumper.dumpDeclRef(D); in dumpTemplateDeclSpecialization()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTextNodeDumper.h206 void dumpDeclRef(const Decl *D, StringRef Label = {});