Searched defs:ExpectedPrinted (Results 1 - 3 of 3) sorted by relevance

/external/clang/unittests/AST/
H A DNamedDeclPrinterTest.cpp67 StringRef ExpectedPrinted, StringRef FileName) {
87 if (Printer.getPrinted() != ExpectedPrinted)
89 << "Expected \"" << ExpectedPrinted.str() << "\", "
97 StringRef ExpectedPrinted) {
103 ExpectedPrinted,
109 StringRef ExpectedPrinted) {
115 ExpectedPrinted,
64 PrintedNamedDeclMatches(StringRef Code, const std::vector<std::string> &Args, bool SuppressUnwrittenScope, const DeclarationMatcher &NodeMatch, StringRef ExpectedPrinted, StringRef FileName) argument
96 PrintedNamedDeclCXX98Matches(StringRef Code, StringRef DeclName, StringRef ExpectedPrinted) argument
108 PrintedWrittenNamedDeclCXX11Matches(StringRef Code, StringRef DeclName, StringRef ExpectedPrinted) argument
H A DStmtPrinterTest.cpp71 const T &NodeMatch, StringRef ExpectedPrinted) {
92 if (Printer.getPrinted() != ExpectedPrinted)
94 << "Expected \"" << ExpectedPrinted.str() << "\", "
102 StringRef ExpectedPrinted) {
106 return PrintedStmtMatches(Code, Args, NodeMatch, ExpectedPrinted);
112 StringRef ExpectedPrinted) {
120 ExpectedPrinted);
125 StringRef ExpectedPrinted) {
129 return PrintedStmtMatches(Code, Args, NodeMatch, ExpectedPrinted);
135 StringRef ExpectedPrinted) {
70 PrintedStmtMatches(StringRef Code, const std::vector<std::string> &Args, const T &NodeMatch, StringRef ExpectedPrinted) argument
101 PrintedStmtCXX98Matches(StringRef Code, const StatementMatcher &NodeMatch, StringRef ExpectedPrinted) argument
109 PrintedStmtCXX98Matches( StringRef Code, StringRef ContainingFunction, StringRef ExpectedPrinted) argument
124 PrintedStmtCXX11Matches(StringRef Code, const StatementMatcher &NodeMatch, StringRef ExpectedPrinted) argument
132 PrintedStmtMSMatches( StringRef Code, StringRef ContainingFunction, StringRef ExpectedPrinted) argument
[all...]
H A DDeclPrinterTest.cpp72 StringRef ExpectedPrinted,
93 if (Printer.getPrinted() != ExpectedPrinted)
95 << "Expected \"" << ExpectedPrinted.str() << "\", "
103 StringRef ExpectedPrinted) {
108 ExpectedPrinted,
115 StringRef ExpectedPrinted) {
120 ExpectedPrinted,
126 StringRef ExpectedPrinted) {
131 ExpectedPrinted,
138 StringRef ExpectedPrinted) {
68 PrintedDeclMatches( StringRef Code, const std::vector<std::string> &Args, const DeclarationMatcher &NodeMatch, StringRef ExpectedPrinted, StringRef FileName) argument
101 PrintedDeclCXX98Matches(StringRef Code, StringRef DeclName, StringRef ExpectedPrinted) argument
112 PrintedDeclCXX98Matches( StringRef Code, const DeclarationMatcher &NodeMatch, StringRef ExpectedPrinted) argument
124 PrintedDeclCXX11Matches(StringRef Code, StringRef DeclName, StringRef ExpectedPrinted) argument
135 PrintedDeclCXX11Matches( StringRef Code, const DeclarationMatcher &NodeMatch, StringRef ExpectedPrinted) argument
147 PrintedDeclCXX11nonMSCMatches( StringRef Code, const DeclarationMatcher &NodeMatch, StringRef ExpectedPrinted) argument
160 PrintedDeclObjCMatches( StringRef Code, const DeclarationMatcher &NodeMatch, StringRef ExpectedPrinted) argument
[all...]

Completed in 861 milliseconds