Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp13895 const Type *FDTy = FD->getType().getTypePtr(); in ActOnFields() local
13919 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()
DSemaDeclAttr.cpp6039 QualType FDTy = FD->getType(); in DeclClonePragmaWeak() local
6040 if (const FunctionProtoType *FT = FDTy->getAs<FunctionProtoType>()) { in DeclClonePragmaWeak()