Home | History | Annotate | Download | only in Sema

Lines Matching refs:FromDC

260   const DeclContext *FromDC = From->getDeclContext()->getPrimaryContext();
262 if (FromDC == ToDC) return true;
263 if (FromDC->isFileContext() || ToDC->isFileContext()) return false;