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

/external/clang/lib/Sema/
H A DTreeTransform.h1422 PseudoDestructorTypeStorage Destroyed);
7326 QualType Destroyed = SemaRef.Context.getBaseElementType( local
7328 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) {
7373 PseudoDestructorTypeStorage Destroyed; local
7380 Destroyed = DestroyedTypeInfo;
7384 Destroyed = PseudoDestructorTypeStorage(E->getDestroyedTypeIdentifier(),
7397 Destroyed
7416 Destroyed);
9230 PseudoDestructorTypeStorage Destroyed) {
9232 if (Base->isTypeDependent() || Destroyed
9223 RebuildCXXPseudoDestructorExpr(Expr *Base, SourceLocation OperatorLoc, bool isArrow, CXXScopeSpec &SS, TypeSourceInfo *ScopeType, SourceLocation CCLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage Destroyed) argument
[all...]
H A DSemaExpr.cpp11062 QualType Destroyed = S.Context.getBaseElementType(E->getDestroyedType()); local
11063 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) {

Completed in 103 milliseconds