Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/
DFindTargetTests.cpp34 struct PrintedDecl { struct
35 PrintedDecl(const char *Name, DeclRelationSet Relations = {}) in PrintedDecl() argument
37 PrintedDecl(const NamedDecl *D, DeclRelationSet Relations = {}) in PrintedDecl() function
51 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>;