Searched refs:ObjCStringNoPool (Results 1 – 1 of 1) sorted by relevance
2497 StringRef ObjCStringNoPool = "void f() { int x = 1; }"; in TEST() local2498 EXPECT_FALSE(matchesObjC(ObjCStringNoPool, autoreleasePoolStmt())); in TEST()