Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTContext.h3109 bool shouldExternalizeStaticVar(const Decl *D) const;
/external/llvm-project/clang/lib/AST/
DASTContext.cpp10553 if (Context.shouldExternalizeStaticVar(D)) in adjustGVALinkageForAttributes()
11441 bool ASTContext::shouldExternalizeStaticVar(const Decl *D) const { in shouldExternalizeStaticVar() function in ASTContext