Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDecl.cpp566 template <typename T> static bool isFirstInExternCContext(T *D) { in isFirstInExternCContext() function
639 if ((!Var || !isFirstInExternCContext(Var)) && in getLVForNamespaceScopeDecl()
640 (!Func || !isFirstInExternCContext(Func))) in getLVForNamespaceScopeDecl()
717 if (Context.getLangOpts().CPlusPlus && !isFirstInExternCContext(Var)) { in getLVForNamespaceScopeDecl()
1859 if (isFirstInExternCContext(&D)) in getDeclLanguageLinkage()