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.h1557 bool hasNonTrivialToPrimitiveDestructCUnion() const;
1643 static bool hasNonTrivialToPrimitiveDestructCUnion(const RecordDecl *RD);
8243 inline bool QualType::hasNonTrivialToPrimitiveDestructCUnion() const {
8245 return hasNonTrivialToPrimitiveDestructCUnion(RD);
H A DDecl.h4369 bool hasNonTrivialToPrimitiveDestructCUnion() const { in hasNonTrivialToPrimitiveDestructCUnion() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2932 bool QualType::hasNonTrivialToPrimitiveDestructCUnion(const RecordDecl *RD) { in hasNonTrivialToPrimitiveDestructCUnion() function in QualType
2933 return RD->hasNonTrivialToPrimitiveDestructCUnion(); in hasNonTrivialToPrimitiveDestructCUnion()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2419 if (CapType.hasNonTrivialToPrimitiveDestructCUnion() || in markEscapingByrefs()
H A DSemaDecl.cpp7649 if (NewVD->getType().hasNonTrivialToPrimitiveDestructCUnion() && in ActOnVariableDeclarator()
10562 if (NewFD->getReturnType().hasNonTrivialToPrimitiveDestructCUnion() || in ActOnFunctionDeclarator()
13466 QT.hasNonTrivialToPrimitiveDestructCUnion() || in checkNonTrivialCUnion()
13475 QT.hasNonTrivialToPrimitiveDestructCUnion()) in checkNonTrivialCUnion()
15536 if (New->getType().hasNonTrivialToPrimitiveDestructCUnion() || in CheckParameter()
19638 if (FT.hasNonTrivialToPrimitiveDestructCUnion() || Record->isUnion()) in ActOnFields()
H A DSemaExpr.cpp7246 if (E->getType().hasNonTrivialToPrimitiveDestructCUnion()) in BuildCompoundLiteralExpr()
16529 if (RetTy.hasNonTrivialToPrimitiveDestructCUnion() || in ActOnBlockStmtExpr()
19852 (E->getType().hasNonTrivialToPrimitiveDestructCUnion() || in CheckLValueToRValueConversionOperand()
H A DSemaType.cpp2562 if (T.hasNonTrivialToPrimitiveDestructCUnion() || in CheckFunctionReturnType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp728 RecordDeclBits.addBit(D->hasNonTrivialToPrimitiveDestructCUnion()); in VisitRecordDecl()