Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DObjCRuntime.h361 bool hasWeakClassImport() const { in hasWeakClassImport() function
H A DFeatures.def108 FEATURE(objc_weak_class, LangOpts.ObjCRuntime.hasWeakClassImport())
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp710 getASTContext().getLangOpts().ObjCRuntime.hasWeakClassImport()) { in canBeWeakImported()