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

/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp280 const FunctionType *&FPRetType);
805 const FunctionType *FPRetType = 0; local
807 FPRetType);
809 if (FPRetType) {
813 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(FPRetType)){
1045 const FunctionType *&FPRetType) {
1058 if ((FPRetType = PointeeTy->getAs<FunctionType>())) {
1059 ResultStr += FPRetType->getResultType().getAsString(
1071 const FunctionType *FPRetType = 0; local
1073 RewriteTypeIntoString(OMD->getResultType(), ResultStr, FPRetType);
1044 RewriteTypeIntoString(QualType T, std::string &ResultStr, const FunctionType *&FPRetType) argument
[all...]
H A DRewriteModernObjC.cpp294 const FunctionType *&FPRetType);
823 const FunctionType *FPRetType = 0; local
825 FPRetType);
827 if (FPRetType) {
831 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(FPRetType)){
1092 const FunctionType *&FPRetType) {
1105 if ((FPRetType = PointeeTy->getAs<FunctionType>())) {
1106 ResultStr += FPRetType->getResultType().getAsString(
1118 const FunctionType *FPRetType = 0; local
1120 RewriteTypeIntoString(OMD->getResultType(), ResultStr, FPRetType);
1091 RewriteTypeIntoString(QualType T, std::string &ResultStr, const FunctionType *&FPRetType) argument
[all...]

Completed in 31 milliseconds