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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp688 bool Decl::canBeWeakImported(bool &IsDefinition) const { function in class:Decl
720 if (!canBeWeakImported(IsDefinition))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h712 bool canBeWeakImported(bool &IsDefinition) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2862 if (!D->canBeWeakImported(isDef)) {

Completed in 193 milliseconds