Home | History | Annotate | Download | only in Frontend

Lines Matching refs:TypeAsString

2235   std::string TypeAsString(QT.getAsString(Context->getPrintingPolicy()));
2240 TypeAsString += " " + Name + " = ";
2249 ReplaceText(DeclLoc, endBuf-startBuf-1, TypeAsString);
2255 ReplaceText(DeclLoc, endBuf-startBuf-1, TypeAsString);
4011 std::string TypeAsString = "(";
4012 RewriteBlockPointerType(TypeAsString, QT);
4013 TypeAsString += ")";
4014 ReplaceText(LocStart, endBuf-startBuf+1, TypeAsString);