Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DTextNodeDumper.cpp305 dumpBareDeclRef(Init->getAnyMember()); in Visit()
323 dumpBareDeclRef(C.getVariable()); in Visit()
639 void TextNodeDumper::dumpBareDeclRef(const Decl *D) { in dumpBareDeclRef() function in TextNodeDumper
699 dumpBareDeclRef(D); in dumpDeclRef()
979 dumpBareDeclRef(Node->getDecl()); in VisitDeclRefExpr()
982 dumpBareDeclRef(Node->getFoundDecl()); in VisitDeclRefExpr()
1053 dumpBareDeclRef(Field); in VisitInitListExpr()
1183 dumpBareDeclRef(Node->getOperatorNew()); in VisitCXXNewExpr()
1196 dumpBareDeclRef(Node->getOperatorDelete()); in VisitCXXDeleteExpr()
1216 dumpBareDeclRef(VD); in VisitMaterializeTemporaryExpr()
[all …]
DASTDumper.cpp28 NodeDumper.dumpBareDeclRef(cast<Decl>(DC)); in dumpLookups()
55 NodeDumper.dumpBareDeclRef(*RI); in dumpLookups()
/external/clang/lib/AST/
DASTDumper.cpp228 void dumpBareDeclRef(const Decl *Node);
716 void ASTDumper::dumpBareDeclRef(const Decl *D) { in dumpBareDeclRef() function in ASTDumper
745 dumpBareDeclRef(D); in dumpDeclRef()
782 dumpBareDeclRef(cast<Decl>(DC)); in dumpLookups()
808 dumpBareDeclRef(*RI); in dumpLookups()
912 dumpBareDeclRef(Init->getAnyMember()); in dumpCXXCtorInitializer()
1292 dumpBareDeclRef(D->getNominatedNamespace()); in VisitUsingDirectiveDecl()
1496 dumpBareDeclRef(D->getTargetDecl()); in VisitUsingShadowDecl()
1508 dumpBareDeclRef(D->getTargetDecl()); in VisitConstructorUsingShadowDecl()
1513 dumpBareDeclRef(D->getNominatedBaseClass()); in VisitConstructorUsingShadowDecl()
[all …]
/external/llvm-project/clang/include/clang/AST/
DTextNodeDumper.h200 void dumpBareDeclRef(const Decl *D);