Home
last modified time | relevance | path

Searched refs:isStructureType (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DDirectX.cpp75 if (ContainedTy.isNull() || !ContainedTy->isStructureType()) in getHLSLType()
H A DSPIR.cpp503 if (ContainedTy.isNull() || !ContainedTy->isStructureType()) in getHLSLType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h294 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isStructureType)
H A DType.h2594 bool isStructureType() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp722 if (OutTy->isStructureType() && in ActOnGCCAsmStmt()
H A DSemaCoroutine.cpp325 if (!T->isClassType() && !T->isStructureType()) in maybeTailCall()
H A DSemaHLSL.cpp215 if (T->isArrayType() || T->isStructureType()) in calculateLegacyCbufferFieldAlign()
1558 bool IsAggregateTy = (T->isArrayType() || T->isStructureType()); in handlePackOffsetAttr()
H A DSemaTypeTraits.cpp760 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()
H A DSemaDecl.cpp2506 if (!PT->isStructureType()) in MergeTypedefNameDecl()
14636 if (!var->getType()->isStructureType() && var->hasInit() && in CheckCompleteVariableDeclaration()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp669 : T->isStructureType() ? "struct " in MaybePrintTagKeywordIfSupressingScopes()
H A DType.cpp678 bool Type::isStructureType() const { in isStructureType() function in Type
H A DExprConstant.cpp12785 if (!T.isNull() && T->isStructureType() && in addFlexibleArrayMemberInitSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10855 {"_ZNK5clang4Type15isStructureTypeEv", "clang::Type::isStructureType() const"},