Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDecl.cpp560 template <typename T> static bool isFirstInExternCContext(T *D) { in isFirstInExternCContext() function
633 if ((!Var || !isFirstInExternCContext(Var)) && in getLVForNamespaceScopeDecl()
634 (!Func || !isFirstInExternCContext(Func))) in getLVForNamespaceScopeDecl()
711 if (Context.getLangOpts().CPlusPlus && !isFirstInExternCContext(Var)) { in getLVForNamespaceScopeDecl()
1844 if (isFirstInExternCContext(&D)) in getDeclLanguageLinkage()