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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp275 const FunctionType *&FPRetType);
810 const FunctionType *FPRetType = nullptr; local
812 FPRetType);
814 if (FPRetType) {
818 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(FPRetType)){
1039 const FunctionType *&FPRetType) {
1052 if ((FPRetType = PointeeTy->getAs<FunctionType>())) {
1054 FPRetType->getReturnType().getAsString(Context->getPrintingPolicy());
1065 const FunctionType *FPRetType = nullptr; local
1067 RewriteTypeIntoString(OMD->getReturnType(), ResultStr, FPRetType);
1038 RewriteTypeIntoString(QualType T, std::string &ResultStr, const FunctionType *&FPRetType) argument
[all...]
H A DRewriteModernObjC.cpp327 const FunctionType *&FPRetType);
962 const FunctionType *FPRetType = nullptr; local
964 FPRetType);
966 if (FPRetType) {
970 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(FPRetType)){
1205 const FunctionType *&FPRetType) {
1218 if ((FPRetType = PointeeTy->getAs<FunctionType>())) {
1220 FPRetType->getReturnType().getAsString(Context->getPrintingPolicy());
1231 const FunctionType *FPRetType = nullptr; local
1233 RewriteTypeIntoString(OMD->getReturnType(), ResultStr, FPRetType);
1204 RewriteTypeIntoString(QualType T, std::string &ResultStr, const FunctionType *&FPRetType) argument
[all...]

Completed in 173 milliseconds