Searched refs:isFirstInExternCContext (Results 1 – 1 of 1) sorted by relevance
559 template <typename T> static bool isFirstInExternCContext(T *D) { in isFirstInExternCContext() function685 if ((!Var || !isFirstInExternCContext(Var)) && in getLVForNamespaceScopeDecl()686 (!Func || !isFirstInExternCContext(Func))) in getLVForNamespaceScopeDecl()760 if (Context.getLangOpts().CPlusPlus && !isFirstInExternCContext(Var) && in getLVForNamespaceScopeDecl()801 if (Context.getLangOpts().CPlusPlus && !isFirstInExternCContext(Function)) { in getLVForNamespaceScopeDecl()1196 !isFirstInExternCContext(Function)) in getLVForLocalDecl()1219 if (Var->isInAnonymousNamespace() && !isFirstInExternCContext(Var)) in getLVForLocalDecl()1992 if (isFirstInExternCContext(&D)) in getDeclLanguageLinkage()