Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1222 bool hasNonTrivialToPrimitiveDestructCUnion() const;
1304 static bool hasNonTrivialToPrimitiveDestructCUnion(const RecordDecl *RD);
6563 inline bool QualType::hasNonTrivialToPrimitiveDestructCUnion() const {
6565 return hasNonTrivialToPrimitiveDestructCUnion(RD);
H A DDecl.h3977 bool hasNonTrivialToPrimitiveDestructCUnion() const { in hasNonTrivialToPrimitiveDestructCUnion() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2494 bool QualType::hasNonTrivialToPrimitiveDestructCUnion(const RecordDecl *RD) { in hasNonTrivialToPrimitiveDestructCUnion() function in QualType
2495 return RD->hasNonTrivialToPrimitiveDestructCUnion(); in hasNonTrivialToPrimitiveDestructCUnion()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2055 if (CapType.hasNonTrivialToPrimitiveDestructCUnion() || in markEscapingByrefs()
H A DSemaDecl.cpp7006 if (NewVD->getType().hasNonTrivialToPrimitiveDestructCUnion() && in ActOnVariableDeclarator()
9594 if (NewFD->getReturnType().hasNonTrivialToPrimitiveDestructCUnion() || in ActOnFunctionDeclarator()
12126 QT.hasNonTrivialToPrimitiveDestructCUnion() || in checkNonTrivialCUnion()
12135 QT.hasNonTrivialToPrimitiveDestructCUnion()) in checkNonTrivialCUnion()
13913 if (New->getType().hasNonTrivialToPrimitiveDestructCUnion() || in CheckParameter()
17470 if (FT.hasNonTrivialToPrimitiveDestructCUnion() || Record->isUnion()) in ActOnFields()
H A DSemaExpr.cpp7016 if (E->getType().hasNonTrivialToPrimitiveDestructCUnion()) in BuildCompoundLiteralExpr()
15634 if (RetTy.hasNonTrivialToPrimitiveDestructCUnion() || in ActOnBlockStmtExpr()
18440 (E->getType().hasNonTrivialToPrimitiveDestructCUnion() || in CheckLValueToRValueConversionOperand()
H A DSemaType.cpp2772 if (T.hasNonTrivialToPrimitiveDestructCUnion() || in CheckFunctionReturnType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp486 Record.push_back(D->hasNonTrivialToPrimitiveDestructCUnion()); in VisitRecordDecl()