Home | History | Annotate | Download | only in Frontend

Lines Matching refs:TypeAsString

2322   std::string TypeAsString(QT.getAsString(Context->getPrintingPolicy()));
2327 TypeAsString += " " + Name + " = ";
2336 ReplaceText(DeclLoc, endBuf-startBuf-1, TypeAsString);
2342 ReplaceText(DeclLoc, endBuf-startBuf-1, TypeAsString);
4865 std::string TypeAsString = "(";
4866 RewriteBlockPointerType(TypeAsString, QT);
4867 TypeAsString += ")";
4868 ReplaceText(LocStart, endBuf-startBuf+1, TypeAsString);