Home
last modified time | relevance | path

Searched refs:FPRetType (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp276 const FunctionType *&FPRetType);
810 const FunctionType *FPRetType = nullptr; in RewritePropertyImplDecl() local
812 FPRetType); in RewritePropertyImplDecl()
814 if (FPRetType) { in RewritePropertyImplDecl()
1038 const FunctionType *&FPRetType) { in RewriteTypeIntoString() argument
1051 if ((FPRetType = PointeeTy->getAs<FunctionType>())) { in RewriteTypeIntoString()
1053 FPRetType->getReturnType().getAsString(Context->getPrintingPolicy()); in RewriteTypeIntoString()
1064 const FunctionType *FPRetType = nullptr; in RewriteObjCMethodDecl() local
1066 RewriteTypeIntoString(OMD->getReturnType(), ResultStr, FPRetType); in RewriteObjCMethodDecl()
1140 if (FPRetType) { in RewriteObjCMethodDecl()
[all …]
H A DRewriteModernObjC.cpp328 const FunctionType *&FPRetType);
965 const FunctionType *FPRetType = nullptr; in RewritePropertyImplDecl() local
967 FPRetType); in RewritePropertyImplDecl()
969 if (FPRetType) { in RewritePropertyImplDecl()
1208 const FunctionType *&FPRetType) { in RewriteTypeIntoString() argument
1221 if ((FPRetType = PointeeTy->getAs<FunctionType>())) { in RewriteTypeIntoString()
1223 FPRetType->getReturnType().getAsString(Context->getPrintingPolicy()); in RewriteTypeIntoString()
1234 const FunctionType *FPRetType = nullptr; in RewriteObjCMethodDecl() local
1236 RewriteTypeIntoString(OMD->getReturnType(), ResultStr, FPRetType); in RewriteObjCMethodDecl()
1310 if (FPRetType) { in RewriteObjCMethodDecl()
[all …]