Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp18871 const Type *FDTy = FD->getType().getTypePtr(); in ActOnFields() local
18896 if (FDTy->isFunctionType()) { in ActOnFields()
18903 } else if (FDTy->isIncompleteArrayType() && in ActOnFields()
18963 } else if (!FDTy->isDependentType() && in ActOnFields()
18971 } else if (const RecordType *FDTTy = FDTy->getAs<RecordType>()) { in ActOnFields()
19002 } else if (FDTy->isObjCObjectType()) { in ActOnFields()
H A DSemaDeclAttr.cpp7258 QualType FDTy = FD->getType(); in DeclClonePragmaWeak() local
7259 if (const auto *FT = FDTy->getAs<FunctionProtoType>()) { in DeclClonePragmaWeak()