Home
last modified time | relevance | path

Searched refs:ObjCStringNoPool (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp2497 StringRef ObjCStringNoPool = "void f() { int x = 1; }"; in TEST() local
2498 EXPECT_FALSE(matchesObjC(ObjCStringNoPool, autoreleasePoolStmt())); in TEST()