Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1555 bool hasNonTrivialToPrimitiveDestructCUnion() const;
1641 static bool hasNonTrivialToPrimitiveDestructCUnion(const RecordDecl *RD);
7887 inline bool QualType::hasNonTrivialToPrimitiveDestructCUnion() const {
7889 return hasNonTrivialToPrimitiveDestructCUnion(RD);
H A DDecl.h4251 bool hasNonTrivialToPrimitiveDestructCUnion() const { in hasNonTrivialToPrimitiveDestructCUnion() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2829 bool QualType::hasNonTrivialToPrimitiveDestructCUnion(const RecordDecl *RD) { in hasNonTrivialToPrimitiveDestructCUnion() function in QualType
2830 return RD->hasNonTrivialToPrimitiveDestructCUnion(); in hasNonTrivialToPrimitiveDestructCUnion()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2253 if (CapType.hasNonTrivialToPrimitiveDestructCUnion() || in markEscapingByrefs()
H A DSemaDecl.cpp7466 if (NewVD->getType().hasNonTrivialToPrimitiveDestructCUnion() && in ActOnVariableDeclarator()
10343 if (NewFD->getReturnType().hasNonTrivialToPrimitiveDestructCUnion() || in ActOnFunctionDeclarator()
13229 QT.hasNonTrivialToPrimitiveDestructCUnion() || in checkNonTrivialCUnion()
13238 QT.hasNonTrivialToPrimitiveDestructCUnion()) in checkNonTrivialCUnion()
15107 if (New->getType().hasNonTrivialToPrimitiveDestructCUnion() || in CheckParameter()
19058 if (FT.hasNonTrivialToPrimitiveDestructCUnion() || Record->isUnion()) in ActOnFields()
H A DSemaExpr.cpp7091 if (E->getType().hasNonTrivialToPrimitiveDestructCUnion()) in BuildCompoundLiteralExpr()
16171 if (RetTy.hasNonTrivialToPrimitiveDestructCUnion() || in ActOnBlockStmtExpr()
19371 (E->getType().hasNonTrivialToPrimitiveDestructCUnion() || in CheckLValueToRValueConversionOperand()
H A DSemaType.cpp2525 if (T.hasNonTrivialToPrimitiveDestructCUnion() || in CheckFunctionReturnType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp575 RecordDeclBits.addBit(D->hasNonTrivialToPrimitiveDestructCUnion()); in VisitRecordDecl()