Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDecl.cpp18596 const Type *FDTy = FD->getType().getTypePtr(); in ActOnFields() local
18621 if (FDTy->isFunctionType()) { in ActOnFields()
18628 } else if (FDTy->isIncompleteArrayType() && in ActOnFields()
18691 } else if (!FDTy->isDependentType() && in ActOnFields()
18699 } else if (const RecordType *FDTTy = FDTy->getAs<RecordType>()) { in ActOnFields()
18730 } else if (FDTy->isObjCObjectType()) { in ActOnFields()
DSemaDeclAttr.cpp9517 QualType FDTy = FD->getType(); in DeclClonePragmaWeak() local
9518 if (const auto *FT = FDTy->getAs<FunctionProtoType>()) { in DeclClonePragmaWeak()