Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsExternC

2416           !(Old->isExternC() && New->isExternC()))
5105 /// an initializer. We can't just call isExternC() here, because that
5127 return D->isExternC();
5768 if (shadowedVar->isExternC()) {
7904 if (NewFD->isExternC() && Previous.empty()) {
8683 VDecl->isExternC())) &&
13336 if (!M->IsExternC) {