Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
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 …]