Home | History | Annotate | Download | only in Sema

Lines Matching defs:Ctx

228         if (DeclContext *Ctx = computeDeclContext(SS, EnteringContext)) {
230 if (CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(Ctx))
316 const DeclContext *Ctx = S->getEntity();
317 if (const CXXRecordDecl *Class = dyn_cast_or_null<CXXRecordDecl>(Ctx))
1950 /// \param Ctx The scope in which we should search; either a class scope or the
1961 DeclContext *Ctx,
1965 LookupQualifiedName(R, Ctx);