Home
last modified time | relevance | path

Searched refs:FDTy (Results 1 – 4 of 4) 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()
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp17092 const Type *FDTy = FD->getType().getTypePtr(); in ActOnFields() local
17117 if (FDTy->isFunctionType()) { in ActOnFields()
17124 } else if (FDTy->isIncompleteArrayType() && in ActOnFields()
17187 } else if (!FDTy->isDependentType() && in ActOnFields()
17195 } else if (const RecordType *FDTTy = FDTy->getAs<RecordType>()) { in ActOnFields()
17226 } else if (FDTy->isObjCObjectType()) { in ActOnFields()
DSemaDeclAttr.cpp8270 QualType FDTy = FD->getType(); in DeclClonePragmaWeak() local
8271 if (const auto *FT = FDTy->getAs<FunctionProtoType>()) { in DeclClonePragmaWeak()