Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp328 const FunctionType *&FPRetType);
965 const FunctionType *FPRetType = nullptr; in RewritePropertyImplDecl() local
967 FPRetType); in RewritePropertyImplDecl()
969 if (FPRetType) { in RewritePropertyImplDecl()
973 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(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()
[all …]