Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclBase.cpp643 bool Decl::canBeWeakImported(bool &IsDefinition) const { in canBeWeakImported() function in Decl
675 if (!canBeWeakImported(IsDefinition)) in isWeakImported()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclBase.h698 bool canBeWeakImported(bool &IsDefinition) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclAttr.cpp2838 if (!D->canBeWeakImported(isDef)) { in handleWeakImportAttr()