Searched refs:PrintedDecl (Results 1 – 1 of 1) sorted by relevance
34 struct PrintedDecl { struct35 PrintedDecl(const char *Name, DeclRelationSet Relations = {}) in PrintedDecl() argument37 PrintedDecl(const NamedDecl *D, DeclRelationSet Relations = {}) in PrintedDecl() function51 bool operator==(const PrintedDecl &L, const PrintedDecl &R) { in operator ==()54 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const PrintedDecl &D) { in operator <<()73 std::vector<PrintedDecl> assertNodeAndPrintDecls(const char *NodeType) { in assertNodeAndPrintDecls()88 std::vector<PrintedDecl> ActualDecls; in assertNodeAndPrintDecls()100 std::vector<PrintedDecl>({__VA_ARGS__}))) \102 using ExpectedDecls = std::vector<PrintedDecl>;