Home | History | Annotate | Download | only in Sema

Lines Matching refs:Destructor

466   /// and destructor names and then (if needed) rebuilds the declaration name.
1931 /// \brief Build a new pseudo-destructor expression.
9183 if (CXXDestructorDecl *Destructor = SemaRef.LookupDestructor(Record)) {
9184 SemaRef.MarkFunctionReferenced(E->getLocStart(), Destructor);
9317 // Look for a destructor known with the given name.
11529 // This pseudo-destructor expression is still a pseudo-destructor.