Searched refs:PrintedStmtMatches (Results 1 – 1 of 1) sorted by relevance
/external/clang/unittests/AST/ |
D | StmtPrinterTest.cpp | 70 PrintedStmtMatches(StringRef Code, const std::vector<std::string> &Args, in PrintedStmtMatches() function 106 return PrintedStmtMatches(Code, Args, NodeMatch, ExpectedPrinted); in PrintedStmtCXX98Matches() 116 return PrintedStmtMatches(Code, in PrintedStmtCXX98Matches() 129 return PrintedStmtMatches(Code, Args, NodeMatch, ExpectedPrinted); in PrintedStmtCXX11Matches() 142 return PrintedStmtMatches(Code, in PrintedStmtMSMatches()
|