Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp814 bool Decl::canBeWeakImported(bool &IsDefinition) const { in canBeWeakImported() function in Decl
845 if (!canBeWeakImported(IsDefinition)) in isWeakImported()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h782 bool canBeWeakImported(bool &IsDefinition) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2748 if (!D->canBeWeakImported(isDef)) { in handleWeakImportAttr()