Lines Matching defs:PrintedDecl
34 struct PrintedDecl {
35 PrintedDecl(const char *Name, DeclRelationSet Relations = {})
37 PrintedDecl(const NamedDecl *D, DeclRelationSet Relations = {})
51 bool operator==(const PrintedDecl &L, const PrintedDecl &R) {
54 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const PrintedDecl &D) {
71 // and returns allTargetDecls() as PrintedDecl structs.
73 std::vector<PrintedDecl> assertNodeAndPrintDecls(const char *NodeType) {
88 std::vector<PrintedDecl> ActualDecls;
101 std::vector<PrintedDecl>({__VA_ARGS__}))) \
103 using ExpectedDecls = std::vector<PrintedDecl>;