Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp275 const FunctionType *&FPRetType);
812 const FunctionType *FPRetType = nullptr; in RewritePropertyImplDecl() local
814 FPRetType); in RewritePropertyImplDecl()
816 if (FPRetType) { in RewritePropertyImplDecl()
820 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(FPRetType)){ in RewritePropertyImplDecl()
1041 const FunctionType *&FPRetType) { in RewriteTypeIntoString() argument
1054 if ((FPRetType = PointeeTy->getAs<FunctionType>())) { in RewriteTypeIntoString()
1056 FPRetType->getReturnType().getAsString(Context->getPrintingPolicy()); in RewriteTypeIntoString()
1067 const FunctionType *FPRetType = nullptr; in RewriteObjCMethodDecl() local
1069 RewriteTypeIntoString(OMD->getReturnType(), ResultStr, FPRetType); in RewriteObjCMethodDecl()
[all …]
H A DRewriteModernObjC.cpp327 const FunctionType *&FPRetType);
964 const FunctionType *FPRetType = nullptr; in RewritePropertyImplDecl() local
966 FPRetType); in RewritePropertyImplDecl()
968 if (FPRetType) { in RewritePropertyImplDecl()
972 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(FPRetType)){ in RewritePropertyImplDecl()
1207 const FunctionType *&FPRetType) { in RewriteTypeIntoString() argument
1220 if ((FPRetType = PointeeTy->getAs<FunctionType>())) { in RewriteTypeIntoString()
1222 FPRetType->getReturnType().getAsString(Context->getPrintingPolicy()); in RewriteTypeIntoString()
1233 const FunctionType *FPRetType = nullptr; in RewriteObjCMethodDecl() local
1235 RewriteTypeIntoString(OMD->getReturnType(), ResultStr, FPRetType); in RewriteObjCMethodDecl()
[all …]