Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DDeclPrinterTest.cpp47 PrintedDeclMatches(StringRef Code, const std::vector<std::string> &Args, in PrintedDeclMatches() function
64 return PrintedDeclMatches(Code, Args, namedDecl(hasName(DeclName)).bind("id"), in PrintedDeclCXX98Matches()
73 return PrintedDeclMatches(Code, in PrintedDeclCXX98Matches()
85 return PrintedDeclMatches(Code, Args, namedDecl(hasName(DeclName)).bind("id"), in PrintedDeclCXX11Matches()
94 return PrintedDeclMatches(Code, in PrintedDeclCXX11Matches()
106 return PrintedDeclMatches(Code, in PrintedDeclCXX11nonMSCMatches()
118 return PrintedDeclMatches(Code, Args, NodeMatch, ExpectedPrinted, "input.cc", in PrintedDeclCXX17Matches()
127 return PrintedDeclMatches(Code, Args, NodeMatch, ExpectedPrinted, "input.c", in PrintedDeclC11Matches()
135 return PrintedDeclMatches(Code, Args, NodeMatch, ExpectedPrinted, "input.m", in PrintedDeclObjCMatches()
H A DNamedDeclPrinterTest.cpp65 ::testing::AssertionResult PrintedDeclMatches( in PrintedDeclMatches() function
82 return PrintedDeclMatches(Code, Args, NodeMatch, ExpectedPrinted, FileName, in PrintedNamedDeclMatches()
126 return PrintedDeclMatches(Code, Args, namedDecl(hasName(DeclName)).bind("id"), in PrintedNestedNameSpecifierMatches()