Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DObjCRuntime.h362 bool hasWeakClassImport() const { in hasWeakClassImport() function
H A DFeatures.def118 FEATURE(objc_weak_class, LangOpts.ObjCRuntime.hasWeakClassImport())
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp724 getASTContext().getLangOpts().ObjCRuntime.hasWeakClassImport()) { in canBeWeakImported()