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.cpp122 dumpDeclRef(From, Label); in Visit()
1003 dumpDeclRef(BD, "cleanup"); in dumpCleanupObject()
1073 void TextNodeDumper::dumpDeclRef(const Decl *D, StringRef Label) { in dumpDeclRef() function in TextNodeDumper
1253 dumpDeclRef(TA.getAsDecl()); in VisitDeclarationTemplateArgument()
1336 dumpDeclRef(STS->getAssociatedDecl(), "associated"); in dumpBareTemplateName()
2108 dumpDeclRef(EPI.ExceptionSpec.SourceDecl, "ExceptionSourceDecl"); in VisitFunctionProtoType()
2109 dumpDeclRef(EPI.ExceptionSpec.SourceTemplate, "ExceptionSourceTemplate"); in VisitFunctionProtoType()
2116 dumpDeclRef(T->getDecl()); in VisitUnresolvedUsingType()
2120 dumpDeclRef(T->getFoundDecl()); in VisitUsingType()
2126 dumpDeclRef(T->getDecl()); in VisitTypedefType()
[all …]
H A DASTDumper.cpp130 NodeDumper.dumpDeclRef(Redecl); in dumpTemplateDeclSpecialization()
142 NodeDumper.dumpDeclRef(D); in dumpTemplateDeclSpecialization()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h220 void dumpDeclRef(const Decl *D, StringRef Label = {});