Home | History | Annotate | Download | only in Sema

Lines Matching refs:isExternC

4972   if (CurContext->isFunctionOrMethod() && NewVD->isExternC() &&
5015 if (shadowedVar->isExternC()) {
5082 // it cannot have C language linkage. Avoid calling isExternC in that case.
5097 return ND->isExternC();
6491 if (CurContext->isFunctionOrMethod() && NewFD->isExternC()
6824 if (NewFD->isExternC() && Previous.empty()) {