Home | History | Annotate | Download | only in Sema

Lines Matching refs:CheckSelfReference

6106 /// CheckSelfReference - Warns if OrigDecl is used in expression E.
6107 void Sema::CheckSelfReference(Decl* OrigDecl, Expr *E) {
6149 CheckSelfReference(RealDecl, Init);