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.cpp345 dumpBareDeclRef(Init->getAnyMember()); in Visit()
363 dumpBareDeclRef(C.getVariable()); in Visit()
555 dumpBareDeclRef(R->getNamedConcept()); in Visit()
930 void TextNodeDumper::dumpBareDeclRef(const Decl *D) { in dumpBareDeclRef() function in TextNodeDumper
1051 dumpBareDeclRef(NNS->getAsNamespace()); in dumpNestedNameSpecifier()
1055 dumpBareDeclRef(NNS->getAsNamespaceAlias()); in dumpNestedNameSpecifier()
1080 dumpBareDeclRef(D); in dumpDeclRef()
1465 dumpBareDeclRef(Cand); in VisitReturnStmt()
1521 dumpBareDeclRef(Node->getDecl()); in VisitDeclRefExpr()
1525 dumpBareDeclRef(Node->getFoundDecl()); in VisitDeclRefExpr()
[all …]
H A DASTDumper.cpp55 NodeDumper.dumpBareDeclRef(cast<Decl>(DC)); in dumpLookups()
82 NodeDumper.dumpBareDeclRef(*RI); in dumpLookups()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h209 void dumpBareDeclRef(const Decl *D);