Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DObjCRuntime.h346 bool hasWeakClassImport() const { in hasWeakClassImport() function
H A DFeatures.def106 FEATURE(objc_weak_class, LangOpts.ObjCRuntime.hasWeakClassImport())
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp676 getASTContext().getLangOpts().ObjCRuntime.hasWeakClassImport()) { in canBeWeakImported()