Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTextNodeDumper.cpp118 dumpDeclRef(From, Label); in Visit()
678 dumpDeclRef(BD, "cleanup"); in dumpCleanupObject()
692 void TextNodeDumper::dumpDeclRef(const Decl *D, StringRef Label) { in dumpDeclRef() function in TextNodeDumper
848 dumpDeclRef(TA.getAsDecl()); in VisitDeclarationTemplateArgument()
1474 dumpDeclRef(T->getDecl()); in VisitUnresolvedUsingType()
1478 dumpDeclRef(T->getDecl()); in VisitTypedefType()
1490 dumpDeclRef(T->getDecl()); in VisitTagType()
1497 dumpDeclRef(T->getDecl()); in VisitTemplateTypeParmType()
1506 dumpDeclRef(T->getTypeConstraintConcept()); in VisitAutoType()
1522 dumpDeclRef(T->getDecl()); in VisitInjectedClassNameType()
[all …]
H A DASTDumper.cpp111 NodeDumper.dumpDeclRef(Redecl); in dumpTemplateDeclSpecialization()
123 NodeDumper.dumpDeclRef(D); in dumpTemplateDeclSpecialization()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTextNodeDumper.h203 void dumpDeclRef(const Decl *D, StringRef Label = {});