Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dovl-check.m29 - (void) testStr:(NSString *)arg;
33 - (void) testStr:(const void *)a;
40 [x testStr:"someStringLiteral"];
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-unreachable.cpp147 std::string testStr() { in testStr() function