Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp689 bool Decl::canBeWeakImported(bool &IsDefinition) const { in canBeWeakImported() function in Decl
720 if (!canBeWeakImported(IsDefinition)) in isWeakImported()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h736 bool canBeWeakImported(bool &IsDefinition) const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp3173 if (!D->canBeWeakImported(isDef)) { in handleWeakImportAttr()