Searched refs:FDTy (Results 1 – 4 of 4) sorted by relevance
13895 const Type *FDTy = FD->getType().getTypePtr(); in ActOnFields() local13919 if (FDTy->isFunctionType()) { in ActOnFields()13926 } else if (FDTy->isIncompleteArrayType() && Record && in ActOnFields()13980 } else if (!FDTy->isDependentType() && in ActOnFields()13987 } else if (const RecordType *FDTTy = FDTy->getAs<RecordType>()) { in ActOnFields()14018 } else if (FDTy->isObjCObjectType()) { in ActOnFields()
6039 QualType FDTy = FD->getType(); in DeclClonePragmaWeak() local6040 if (const FunctionProtoType *FT = FDTy->getAs<FunctionProtoType>()) { in DeclClonePragmaWeak()
17092 const Type *FDTy = FD->getType().getTypePtr(); in ActOnFields() local17117 if (FDTy->isFunctionType()) { in ActOnFields()17124 } else if (FDTy->isIncompleteArrayType() && in ActOnFields()17187 } else if (!FDTy->isDependentType() && in ActOnFields()17195 } else if (const RecordType *FDTTy = FDTy->getAs<RecordType>()) { in ActOnFields()17226 } else if (FDTy->isObjCObjectType()) { in ActOnFields()
8270 QualType FDTy = FD->getType(); in DeclClonePragmaWeak() local8271 if (const auto *FT = FDTy->getAs<FunctionProtoType>()) { in DeclClonePragmaWeak()