Searched refs:dumpDeclRef (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp118 dumpDeclRef(From, Label);
678 dumpDeclRef(BD, "cleanup");
692 void TextNodeDumper::dumpDeclRef(const Decl *D, StringRef Label) { function in class:TextNodeDumper
841 dumpDeclRef(TA.getAsDecl());
1435 dumpDeclRef(T->getDecl());
1439 dumpDeclRef(T->getDecl());
1451 dumpDeclRef(T->getDecl());
1458 dumpDeclRef(T->getDecl());
1467 dumpDeclRef(T->getTypeConstraintConcept());
1483 dumpDeclRef(
[all...]
H A DASTDumper.cpp111 NodeDumper.dumpDeclRef(Redecl);
123 NodeDumper.dumpDeclRef(D);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h204 void dumpDeclRef(const Decl *D, StringRef Label = {});

Completed in 72 milliseconds