Searched refs:isStructureType (Results 1 – 10 of 10) sorted by relevance
293 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isStructureType)
2534 bool isStructureType() const;
681 if (OutTy->isStructureType() && in ActOnGCCAsmStmt()
388 bool IsAggregateTy = (T->isArrayType() || T->isStructureType()); in handlePackOffsetAttr()
337 if (!T->isClassType() && !T->isStructureType()) in maybeTailCall()
5259 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()
2488 if (!PT->isStructureType()) in MergeTypedefNameDecl()14271 if (!var->getType()->isStructureType() && var->hasInit() && in CheckCompleteVariableDeclaration()
640 : T->isStructureType() ? "struct " in MaybePrintTagKeywordIfSupressingScopes()
629 bool Type::isStructureType() const { in isStructureType() function in Type
12235 if (!T.isNull() && T->isStructureType() && in addFlexibleArrayMemberInitSize()