Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DStmtPrinterTest.cpp264 const char *ObjCSource = R"( in TEST() local
277 ObjCSource, returnStmt().bind("id"), "return ivar;\n", in TEST()
281 ASSERT_TRUE(PrintedStmtObjCMatches(ObjCSource, returnStmt().bind("id"), in TEST()