Searched refs:TmpString (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5328 std::string TmpString, StrEncoding; local
5329 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI);
5330 QuoteDoublequotes(TmpString, StrEncoding);
5339 std::string TmpString, StrEncoding; local
5340 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI);
5341 QuoteDoublequotes(TmpString, StrEncoding);

Completed in 100 milliseconds