Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp13441 const Type *FDTy = FD->getType().getTypePtr(); in ActOnFields() local
13465 if (FDTy->isFunctionType()) { in ActOnFields()
13472 } else if (FDTy->isIncompleteArrayType() && Record && in ActOnFields()
13528 } else if (!FDTy->isDependentType() && in ActOnFields()
13535 } else if (const RecordType *FDTTy = FDTy->getAs<RecordType>()) { in ActOnFields()
13566 } else if (FDTy->isObjCObjectType()) { in ActOnFields()
DSemaDeclAttr.cpp5588 QualType FDTy = FD->getType(); in DeclClonePragmaWeak() local
5589 if (const FunctionProtoType *FT = FDTy->getAs<FunctionProtoType>()) { in DeclClonePragmaWeak()