Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTextNodeDumper.cpp265 dumpBareDeclRef(Init->getAnyMember()); in Visit()
283 dumpBareDeclRef(C.getVariable()); in Visit()
374 void TextNodeDumper::dumpBareDeclRef(const Decl *D) { in dumpBareDeclRef() function in TextNodeDumper
432 dumpBareDeclRef(D); in dumpDeclRef()
684 dumpBareDeclRef(Node->getDecl()); in VisitDeclRefExpr()
687 dumpBareDeclRef(Node->getFoundDecl()); in VisitDeclRefExpr()
752 dumpBareDeclRef(Field); in VisitInitListExpr()
869 dumpBareDeclRef(Node->getOperatorNew()); in VisitCXXNewExpr()
882 dumpBareDeclRef(Node->getOperatorDelete()); in VisitCXXDeleteExpr()
890 dumpBareDeclRef(VD); in VisitMaterializeTemporaryExpr()
H A DASTDumper.cpp377 NodeDumper.dumpBareDeclRef(cast<Decl>(DC)); in dumpLookups()
404 NodeDumper.dumpBareDeclRef(*RI); in dumpLookups()
817 NodeDumper.dumpBareDeclRef(D->getNominatedNamespace()); in VisitUsingDirectiveDecl()
1153 NodeDumper.dumpBareDeclRef(D->getTargetDecl()); in VisitUsingShadowDecl()
1165 NodeDumper.dumpBareDeclRef(D->getTargetDecl()); in VisitConstructorUsingShadowDecl()
1170 NodeDumper.dumpBareDeclRef(D->getNominatedBaseClass()); in VisitConstructorUsingShadowDecl()
1172 NodeDumper.dumpBareDeclRef(D->getNominatedBaseClassShadowDecl()); in VisitConstructorUsingShadowDecl()
1177 NodeDumper.dumpBareDeclRef(D->getConstructedBaseClass()); in VisitConstructorUsingShadowDecl()
1179 NodeDumper.dumpBareDeclRef(D->getConstructedBaseClassShadowDecl()); in VisitConstructorUsingShadowDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTextNodeDumper.h181 void dumpBareDeclRef(const Decl *D);