Home
last modified time | relevance | path

Searched refs:hasNonTrivialToPrimitiveDestructCUnion (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1336 bool hasNonTrivialToPrimitiveDestructCUnion() const;
1418 static bool hasNonTrivialToPrimitiveDestructCUnion(const RecordDecl *RD);
6972 inline bool QualType::hasNonTrivialToPrimitiveDestructCUnion() const {
6974 return hasNonTrivialToPrimitiveDestructCUnion(RD);
H A DDecl.h4235 bool hasNonTrivialToPrimitiveDestructCUnion() const { in hasNonTrivialToPrimitiveDestructCUnion() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2767 bool QualType::hasNonTrivialToPrimitiveDestructCUnion(const RecordDecl *RD) { in hasNonTrivialToPrimitiveDestructCUnion() function in QualType
2768 return RD->hasNonTrivialToPrimitiveDestructCUnion(); in hasNonTrivialToPrimitiveDestructCUnion()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2242 if (CapType.hasNonTrivialToPrimitiveDestructCUnion() || in markEscapingByrefs()
H A DSemaDecl.cpp7661 if (NewVD->getType().hasNonTrivialToPrimitiveDestructCUnion() && in ActOnVariableDeclarator()
10483 if (NewFD->getReturnType().hasNonTrivialToPrimitiveDestructCUnion() || in ActOnFunctionDeclarator()
13429 QT.hasNonTrivialToPrimitiveDestructCUnion() || in checkNonTrivialCUnion()
13438 QT.hasNonTrivialToPrimitiveDestructCUnion()) in checkNonTrivialCUnion()
15341 if (New->getType().hasNonTrivialToPrimitiveDestructCUnion() || in CheckParameter()
19400 if (FT.hasNonTrivialToPrimitiveDestructCUnion() || Record->isUnion()) in ActOnFields()
H A DSemaExpr.cpp7880 if (E->getType().hasNonTrivialToPrimitiveDestructCUnion()) in BuildCompoundLiteralExpr()
17182 if (RetTy.hasNonTrivialToPrimitiveDestructCUnion() || in ActOnBlockStmtExpr()
20376 (E->getType().hasNonTrivialToPrimitiveDestructCUnion() || in CheckLValueToRValueConversionOperand()
H A DSemaType.cpp2981 if (T.hasNonTrivialToPrimitiveDestructCUnion() || in CheckFunctionReturnType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp540 RecordDeclBits.addBit(D->hasNonTrivialToPrimitiveDestructCUnion()); in VisitRecordDecl()