Home | History | Annotate | Download | only in Sema

Lines Matching refs:Destructor

424   /// and destructor names and then (if needed) rebuilds the declaration name.
1416 /// \brief Build a new pseudo-destructor expression.
7271 if (CXXDestructorDecl *Destructor = SemaRef.LookupDestructor(Record)) {
7272 SemaRef.MarkFunctionReferenced(E->getLocStart(), Destructor);
7407 // Look for a destructor known with the given name.
9257 // This pseudo-destructor expression is still a pseudo-destructor.