Searched refs:isStructureType (Results 1 – 13 of 13) sorted by relevance
75 if (ContainedTy.isNull() || !ContainedTy->isStructureType()) in getHLSLType()
503 if (ContainedTy.isNull() || !ContainedTy->isStructureType()) in getHLSLType()
294 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isStructureType)
2594 bool isStructureType() const;
722 if (OutTy->isStructureType() && in ActOnGCCAsmStmt()
325 if (!T->isClassType() && !T->isStructureType()) in maybeTailCall()
215 if (T->isArrayType() || T->isStructureType()) in calculateLegacyCbufferFieldAlign()1558 bool IsAggregateTy = (T->isArrayType() || T->isStructureType()); in handlePackOffsetAttr()
760 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()
2506 if (!PT->isStructureType()) in MergeTypedefNameDecl()14636 if (!var->getType()->isStructureType() && var->hasInit() && in CheckCompleteVariableDeclaration()
669 : T->isStructureType() ? "struct " in MaybePrintTagKeywordIfSupressingScopes()
678 bool Type::isStructureType() const { in isStructureType() function in Type
12785 if (!T.isNull() && T->isStructureType() && in addFlexibleArrayMemberInitSize()
10855 {"_ZNK5clang4Type15isStructureTypeEv", "clang::Type::isStructureType() const"},