Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
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()
1472 dumpDeclRef(T->getDecl()); in VisitUnresolvedUsingType()
1476 dumpDeclRef(T->getDecl()); in VisitTypedefType()
1488 dumpDeclRef(T->getDecl()); in VisitTagType()
1495 dumpDeclRef(T->getDecl()); in VisitTemplateTypeParmType()
1504 dumpDeclRef(T->getTypeConstraintConcept()); in VisitAutoType()
1520 dumpDeclRef(T->getDecl()); in VisitInjectedClassNameType()
[all …]
DASTDumper.cpp111 NodeDumper.dumpDeclRef(Redecl); in dumpTemplateDeclSpecialization()
123 NodeDumper.dumpDeclRef(D); in dumpTemplateDeclSpecialization()
/external/clang/lib/AST/
DASTDumper.cpp229 void dumpDeclRef(const Decl *Node, const char *Label = nullptr);
343 dumpDeclRef(T->getDecl()); in VisitUnresolvedUsingType()
346 dumpDeclRef(T->getDecl()); in VisitTypedefType()
363 dumpDeclRef(T->getDecl()); in VisitTagType()
372 dumpDeclRef(T->getDecl()); in VisitTemplateTypeParmType()
396 dumpDeclRef(T->getDecl()); in VisitInjectedClassNameType()
399 dumpDeclRef(T->getDecl()); in VisitObjCInterfaceType()
738 void ASTDumper::dumpDeclRef(const Decl *D, const char *Label) { in dumpDeclRef() function in ASTDumper
964 dumpDeclRef(A.getAsDecl()); in dumpTemplateArgument()
1117 dumpDeclRef(Child); in VisitIndirectFieldDecl()
[all …]
/external/llvm-project/clang/include/clang/AST/
DTextNodeDumper.h205 void dumpDeclRef(const Decl *D, StringRef Label = {});