Home | History | Annotate | Download | only in Sema

Lines Matching refs:Destructor

444   /// and destructor names and then (if needed) rebuilds the declaration name.
1694 /// \brief Build a new pseudo-destructor expression.
8004 if (CXXDestructorDecl *Destructor = SemaRef.LookupDestructor(Record)) {
8005 SemaRef.MarkFunctionReferenced(E->getLocStart(), Destructor);
8138 // Look for a destructor known with the given name.
10169 // This pseudo-destructor expression is still a pseudo-destructor.