Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp9939 const Type *FDTy = FD->getType().getTypePtr(); in ActOnFields() local
9963 if (FDTy->isFunctionType()) { in ActOnFields()
9970 } else if (FDTy->isIncompleteArrayType() && Record && in ActOnFields()
10018 } else if (!FDTy->isDependentType() && in ActOnFields()
10025 } else if (const RecordType *FDTTy = FDTy->getAs<RecordType>()) { in ActOnFields()
10056 } else if (FDTy->isObjCObjectType()) { in ActOnFields()
DSemaDeclAttr.cpp4624 QualType FDTy = FD->getType(); in DeclClonePragmaWeak() local
4625 if (const FunctionProtoType *FT = FDTy->getAs<FunctionProtoType>()) { in DeclClonePragmaWeak()