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