Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
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()
1228 !isFirstInExternCContext(Function)) in getLVForLocalDecl()
1251 if (Var->isInAnonymousNamespace() && !isFirstInExternCContext(Var)) in getLVForLocalDecl()
2067 if (isFirstInExternCContext(&D)) in getDeclLanguageLinkage()
/external/clang/lib/AST/
DDecl.cpp566 template <typename T> static bool isFirstInExternCContext(T *D) { in isFirstInExternCContext() function
643 if ((!Var || !isFirstInExternCContext(Var)) && in getLVForNamespaceScopeDecl()
644 (!Func || !isFirstInExternCContext(Func))) in getLVForNamespaceScopeDecl()
721 if (Context.getLangOpts().CPlusPlus && !isFirstInExternCContext(Var)) { in getLVForNamespaceScopeDecl()
1874 if (isFirstInExternCContext(&D)) in getDeclLanguageLinkage()