Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp559 template <typename T> static bool isFirstInExternCContext(T *D) { in isFirstInExternCContext() function
685 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()