Searched refs:Destroyed (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DUsedDeclVisitor.h72 QualType Destroyed = S.Context.getBaseElementType(DestroyedOrNull); local
73 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) {
H A DTreeTransform.h2358 PseudoDestructorTypeStorage Destroyed);
11573 QualType Destroyed = SemaRef.Context.getBaseElementType( local
11575 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) {
11618 PseudoDestructorTypeStorage Destroyed; local
11625 Destroyed = DestroyedTypeInfo;
11629 Destroyed = PseudoDestructorTypeStorage(E->getDestroyedTypeIdentifier(),
11642 Destroyed
11663 Destroyed);
14309 PseudoDestructorTypeStorage Destroyed) {
14311 if (Base->isTypeDependent() || Destroyed
14302 RebuildCXXPseudoDestructorExpr(Expr *Base, SourceLocation OperatorLoc, bool isArrow, CXXScopeSpec &SS, TypeSourceInfo *ScopeType, SourceLocation CCLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage Destroyed) argument
[all...]
H A DSemaExprCXX.cpp414 const CXXRecordDecl *Destroyed = nullptr;
417 Destroyed = SearchType->getAsCXXRecordDecl();
419 Destroyed = dyn_cast_or_null<CXXRecordDecl>(S->getEntity());
420 if (Destroyed)
422 Destroyed->getNameAsString());
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp34 Destroyed, enumerator in enum:__anon2293::LockState::Kind
47 static LockState getDestroyed() { return LockState(Destroyed); }
59 bool isDestroyed() const { return K == Destroyed; }
288 // Existence in Destroyed also ensures that the lock state for lockR is either

Completed in 212 milliseconds