OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expectsubstring
(Results
1 - 2
of
2
) sorted by null
/external/clang/unittests/AST/
MatchVerifier.h
243
void
expectSubstring
(const std::string &Str) {
244
ExpectSubstring
= Str;
254
if (Dump.str().find(
ExpectSubstring
) == std::string::npos) {
257
Msg << "Expected dump substring <" <<
ExpectSubstring
<< ">, found <"
264
std::string
ExpectSubstring
;
ASTTypeTraitsTest.cpp
143
Verifier.
expectSubstring
("FunctionDecl");
149
Verifier.
expectSubstring
("CompoundStmt");
Completed in 501 milliseconds