Home
last modified time | relevance | path

Searched refs:isFirstInExternCContext (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp571 template <typename T> static bool isFirstInExternCContext(T *D) { in isFirstInExternCContext() function
718 if ((!Var || !isFirstInExternCContext(Var)) && in getLVForNamespaceScopeDecl()
719 (!Func || !isFirstInExternCContext(Func))) in getLVForNamespaceScopeDecl()
804 if (Context.getLangOpts().CPlusPlus && !isFirstInExternCContext(Var) && in getLVForNamespaceScopeDecl()
845 if (Context.getLangOpts().CPlusPlus && !isFirstInExternCContext(Function)) { in getLVForNamespaceScopeDecl()
1283 !isFirstInExternCContext(Function)) in getLVForLocalDecl()
1306 if (Var->isInAnonymousNamespace() && !isFirstInExternCContext(Var)) in getLVForLocalDecl()
2131 if (isFirstInExternCContext(&D)) in getDeclLanguageLinkage()