Searched refs:isFirstInExternCContext (Results 1 – 1 of 1) sorted by relevance
570 template <typename T> static bool isFirstInExternCContext(T *D) { in isFirstInExternCContext() function717 if ((!Var || !isFirstInExternCContext(Var)) && in getLVForNamespaceScopeDecl()718 (!Func || !isFirstInExternCContext(Func))) in getLVForNamespaceScopeDecl()804 if (Context.getLangOpts().CPlusPlus && !isFirstInExternCContext(Var) && in getLVForNamespaceScopeDecl()854 if (Context.getLangOpts().CPlusPlus && !isFirstInExternCContext(Function)) { in getLVForNamespaceScopeDecl()1307 !isFirstInExternCContext(Function)) in getLVForLocalDecl()1330 if (Var->isInAnonymousNamespace() && !isFirstInExternCContext(Var)) in getLVForLocalDecl()2160 if (isFirstInExternCContext(&D)) in getDeclLanguageLinkage()