Searched refs:isFirstInExternCContext (Results 1 – 1 of 1) sorted by relevance
574 template <typename T> static bool isFirstInExternCContext(T *D) { in isFirstInExternCContext() function680 if ((!Var || !isFirstInExternCContext(Var)) && in getLVForNamespaceScopeDecl()681 (!Func || !isFirstInExternCContext(Func))) in getLVForNamespaceScopeDecl()767 if (Context.getLangOpts().CPlusPlus && !isFirstInExternCContext(Var) && in getLVForNamespaceScopeDecl()818 if (Context.getLangOpts().CPlusPlus && !isFirstInExternCContext(Function)) { in getLVForNamespaceScopeDecl()1351 !isFirstInExternCContext(Function)) in getLVForLocalDecl()1374 if (Var->isInAnonymousNamespace() && !isFirstInExternCContext(Var)) in getLVForLocalDecl()2220 if (isFirstInExternCContext(&D)) in getDeclLanguageLinkage()