Home | History | Annotate | Download | only in AST

Lines Matching refs:isExternCContext

262     if ((!Var || !Var->getDeclContext()->isExternCContext()) &&
263 (!Func || !Func->getDeclContext()->isExternCContext()))
324 !Var->getDeclContext()->isExternCContext()) {
394 !Function->getDeclContext()->isExternCContext() &&
782 !Function->getDeclContext()->isExternCContext())
804 !Var->getDeclContext()->isExternCContext())
1195 return DC->isExternCContext();
1721 return isMain() || DC->isExternCContext();