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

/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1982 std::string StrEncoding; local
1983 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding);
1984 Expr *Replacement = getStringLiteral(StrEncoding);
5367 std::string TmpString, StrEncoding; local
5369 QuoteDoublequotes(TmpString, StrEncoding);
5370 Result += StrEncoding;
5378 std::string TmpString, StrEncoding; local
5380 QuoteDoublequotes(TmpString, StrEncoding);
5381 Result += StrEncoding;
H A DRewriteModernObjC.cpp2090 std::string StrEncoding; local
2091 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding);
2092 Expr *Replacement = getStringLiteral(StrEncoding);

Completed in 157 milliseconds