Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h293 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isStructureType)
H A DType.h2534 bool isStructureType() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp681 if (OutTy->isStructureType() && in ActOnGCCAsmStmt()
H A DSemaHLSL.cpp388 bool IsAggregateTy = (T->isArrayType() || T->isStructureType()); in handlePackOffsetAttr()
H A DSemaCoroutine.cpp337 if (!T->isClassType() && !T->isStructureType()) in maybeTailCall()
H A DSemaExprCXX.cpp5259 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()
H A DSemaDecl.cpp2488 if (!PT->isStructureType()) in MergeTypedefNameDecl()
14271 if (!var->getType()->isStructureType() && var->hasInit() && in CheckCompleteVariableDeclaration()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp640 : T->isStructureType() ? "struct " in MaybePrintTagKeywordIfSupressingScopes()
H A DType.cpp629 bool Type::isStructureType() const { in isStructureType() function in Type
H A DExprConstant.cpp12235 if (!T.isNull() && T->isStructureType() && in addFlexibleArrayMemberInitSize()