Home | History | Annotate | Download | only in Sema

Lines Matching defs:IC

211     DeclContext *IC = S.computeDeclContext(getBaseObjectType());
212 InstanceContext = (IC ? cast<CXXRecordDecl>(IC)->getCanonicalDecl() : 0);