Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclBase.cpp688 bool Decl::canBeWeakImported(bool &IsDefinition) const { in canBeWeakImported() function in Decl
719 if (!canBeWeakImported(IsDefinition)) in isWeakImported()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclBase.h712 bool canBeWeakImported(bool &IsDefinition) const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp2977 if (!D->canBeWeakImported(isDef)) { in handleWeakImportAttr()