Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp344 dumpBareDeclRef(Init->getAnyMember()); in Visit()
362 dumpBareDeclRef(C.getVariable()); in Visit()
500 dumpBareDeclRef(R->getNamedConcept()); in Visit()
829 void TextNodeDumper::dumpBareDeclRef(const Decl *D) { in dumpBareDeclRef() function in TextNodeDumper
916 dumpBareDeclRef(NNS->getAsNamespace()); in dumpNestedNameSpecifier()
920 dumpBareDeclRef(NNS->getAsNamespaceAlias()); in dumpNestedNameSpecifier()
949 dumpBareDeclRef(D); in dumpDeclRef()
1312 dumpBareDeclRef(Cand); in VisitReturnStmt()
1368 dumpBareDeclRef(Node->getDecl()); in VisitDeclRefExpr()
1372 dumpBareDeclRef(Node->getFoundDecl()); in VisitDeclRefExpr()
[all …]
H A DASTDumper.cpp56 NodeDumper.dumpBareDeclRef(cast<Decl>(DC)); in dumpLookups()
83 NodeDumper.dumpBareDeclRef(*RI); in dumpLookups()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h209 void dumpBareDeclRef(const Decl *D);