Home | History | Annotate | Download | only in Sema

Lines Matching refs:getDeclContext

66   DeclContext *DC = D->getDeclContext();
71 DC = cast<EnumDecl>(DC)->getDeclContext();
75 DeclaringClass = cast<CXXRecordDecl>(DeclaringClass->getDeclContext());
109 DC = Record->getDeclContext();
116 DC = Function->getDeclContext();
260 const DeclContext *FromDC = From->getDeclContext()->getPrimaryContext();
261 const DeclContext *ToDC = To->getDeclContext()->getPrimaryContext();
362 Context->getDeclContext(),
363 Friend->getDeclContext()))
478 if (!MightInstantiateTo(S, CTD->getDeclContext(),
479 Friend->getDeclContext()))
1123 if (D->getDeclContext() == DeclaringClass)
1126 DeclContext *DC = D->getDeclContext();
1474 DeclContext *DC = D->getDeclContext();
1755 cast<CXXRecordDecl>(target->getDeclContext()),