Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp121 dumpDeclRef(From, Label); in Visit()
868 dumpDeclRef(BD, "cleanup"); in dumpCleanupObject()
942 void TextNodeDumper::dumpDeclRef(const Decl *D, StringRef Label) { in dumpDeclRef() function in TextNodeDumper
1122 dumpDeclRef(TA.getAsDecl()); in VisitDeclarationTemplateArgument()
1197 dumpDeclRef(STS->getAssociatedDecl(), "associated"); in dumpBareTemplateName()
1956 dumpDeclRef(EPI.ExceptionSpec.SourceDecl, "ExceptionSourceDecl"); in VisitFunctionProtoType()
1957 dumpDeclRef(EPI.ExceptionSpec.SourceTemplate, "ExceptionSourceTemplate"); in VisitFunctionProtoType()
1964 dumpDeclRef(T->getDecl()); in VisitUnresolvedUsingType()
1968 dumpDeclRef(T->getFoundDecl()); in VisitUsingType()
1974 dumpDeclRef(T->getDecl()); in VisitTypedefType()
[all …]
H A DASTDumper.cpp131 NodeDumper.dumpDeclRef(Redecl); in dumpTemplateDeclSpecialization()
143 NodeDumper.dumpDeclRef(D); in dumpTemplateDeclSpecialization()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h220 void dumpDeclRef(const Decl *D, StringRef Label = {});