Searched refs:isStructureOrClassType (Results 1 – 10 of 10) sorted by relevance
55 if (!ToPointeeTy->isStructureOrClassType()) in VisitCastExpr()
563 if (CanRetTy->isStructureOrClassType()) { in HandleNilReceiver()
180 if (PointeeT->isStructureOrClassType()) { in isDereferencableUninit()
295 if (T->isStructureOrClassType()) { in isNonUnionUninit()
1456 if (RTy->isStructureOrClassType()) in getBinding()2118 if (Ty->isStructureOrClassType()) in bind()2154 else if (T->isStructureOrClassType() || T->isArrayType()) { in setImplicitDefaultValue()2213 if (ElementTy->isStructureOrClassType()) in bindArray()2263 else if (ElemType->isStructureOrClassType()) in bindVector()2318 assert(T->isStructureOrClassType()); in bindStruct()2362 else if (FTy->isStructureOrClassType()) in bindStruct()
294 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isStructureOrClassType)
1969 bool isStructureOrClassType() const;
1460 if (VD->getType()->isStructureOrClassType()) in markEscapingByrefs()
3625 if (IsRegCall && it->type->isStructureOrClassType()) in computeInfo()6936 if (!RT || !RT->isStructureOrClassType()) { in HandleAggregates()7036 if (RT && RT->isStructureOrClassType()) { in returnAggregateInRegs()
461 bool Type::isStructureOrClassType() const { in isStructureOrClassType() function in Type