Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp10765 const Type *FDTy = FD->getType().getTypePtr(); in ActOnFields() local
10789 if (FDTy->isFunctionType()) { in ActOnFields()
10796 } else if (FDTy->isIncompleteArrayType() && Record && in ActOnFields()
10844 } else if (!FDTy->isDependentType() && in ActOnFields()
10851 } else if (const RecordType *FDTTy = FDTy->getAs<RecordType>()) { in ActOnFields()
10884 } else if (FDTy->isObjCObjectType()) { in ActOnFields()
DSemaDeclAttr.cpp5098 QualType FDTy = FD->getType(); in DeclClonePragmaWeak() local
5099 if (const FunctionProtoType *FT = FDTy->getAs<FunctionProtoType>()) { in DeclClonePragmaWeak()