Searched refs:TypeAsString (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2195 std::string TypeAsString(QT.getAsString(Context->getPrintingPolicy())); in RewriteTypeOfDecl() local 2200 TypeAsString += " " + Name + " = "; in RewriteTypeOfDecl() 2209 ReplaceText(DeclLoc, endBuf-startBuf-1, TypeAsString); in RewriteTypeOfDecl() 2215 ReplaceText(DeclLoc, endBuf-startBuf-1, TypeAsString); in RewriteTypeOfDecl() 3902 std::string TypeAsString = "("; in RewriteCastExpr() local 3903 RewriteBlockPointerType(TypeAsString, QT); in RewriteCastExpr() 3904 TypeAsString += ")"; in RewriteCastExpr() 3905 ReplaceText(LocStart, endBuf-startBuf+1, TypeAsString); in RewriteCastExpr()
|
| H A D | RewriteModernObjC.cpp | 2286 std::string TypeAsString(QT.getAsString(Context->getPrintingPolicy())); in RewriteTypeOfDecl() local 2291 TypeAsString += " " + Name + " = "; in RewriteTypeOfDecl() 2300 ReplaceText(DeclLoc, endBuf-startBuf-1, TypeAsString); in RewriteTypeOfDecl() 2306 ReplaceText(DeclLoc, endBuf-startBuf-1, TypeAsString); in RewriteTypeOfDecl() 4738 std::string TypeAsString = "("; in RewriteCastExpr() local 4739 RewriteBlockPointerType(TypeAsString, QT); in RewriteCastExpr() 4740 TypeAsString += ")"; in RewriteCastExpr() 4741 ReplaceText(LocStart, endBuf-startBuf+1, TypeAsString); in RewriteCastExpr()
|