Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h467 bool allowsDirectDispatch() const { in allowsDirectDispatch() function
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp1619 if (getLangOpts().ObjCRuntime.allowsDirectDispatch()) { in handleDirectAttr()
1627 if (getLangOpts().ObjCRuntime.allowsDirectDispatch()) { in handleDirectMembersAttr()
H A DSemaObjCProperty.cpp695 } else if (getLangOpts().ObjCRuntime.allowsDirectDispatch()) { in CreatePropertyDecl()