Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp273 const FunctionType *&FPRetType);
810 const FunctionType *FPRetType = nullptr; in RewritePropertyImplDecl() local
812 FPRetType); in RewritePropertyImplDecl()
814 if (FPRetType) { in RewritePropertyImplDecl()
818 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(FPRetType)){ in RewritePropertyImplDecl()
1039 const FunctionType *&FPRetType) { in RewriteTypeIntoString() argument
1052 if ((FPRetType = PointeeTy->getAs<FunctionType>())) { in RewriteTypeIntoString()
1054 FPRetType->getReturnType().getAsString(Context->getPrintingPolicy()); in RewriteTypeIntoString()
1065 const FunctionType *FPRetType = nullptr; in RewriteObjCMethodDecl() local
1067 RewriteTypeIntoString(OMD->getReturnType(), ResultStr, FPRetType); in RewriteObjCMethodDecl()
[all …]
H A DRewriteModernObjC.cpp326 const FunctionType *&FPRetType);
963 const FunctionType *FPRetType = nullptr; in RewritePropertyImplDecl() local
965 FPRetType); in RewritePropertyImplDecl()
967 if (FPRetType) { in RewritePropertyImplDecl()
971 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(FPRetType)){ in RewritePropertyImplDecl()
1206 const FunctionType *&FPRetType) { in RewriteTypeIntoString() argument
1219 if ((FPRetType = PointeeTy->getAs<FunctionType>())) { in RewriteTypeIntoString()
1221 FPRetType->getReturnType().getAsString(Context->getPrintingPolicy()); in RewriteTypeIntoString()
1232 const FunctionType *FPRetType = nullptr; in RewriteObjCMethodDecl() local
1234 RewriteTypeIntoString(OMD->getReturnType(), ResultStr, FPRetType); in RewriteObjCMethodDecl()
[all …]