Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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())
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp711 getASTContext().getLangOpts().ObjCRuntime.hasWeakClassImport()) { in canBeWeakImported()