Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp559 template <typename T> static bool isFirstInExternCContext(T *D) { in isFirstInExternCContext() function
698 if ((!Var || !isFirstInExternCContext(Var)) && in getLVForNamespaceScopeDecl()
699 (!Func || !isFirstInExternCContext(Func))) in getLVForNamespaceScopeDecl()
783 if (Context.getLangOpts().CPlusPlus && !isFirstInExternCContext(Var) && in getLVForNamespaceScopeDecl()
824 if (Context.getLangOpts().CPlusPlus && !isFirstInExternCContext(Function)) { in getLVForNamespaceScopeDecl()
1251 !isFirstInExternCContext(Function)) in getLVForLocalDecl()
1274 if (Var->isInAnonymousNamespace() && !isFirstInExternCContext(Var)) in getLVForLocalDecl()
2091 if (isFirstInExternCContext(&D)) in getDeclLanguageLinkage()