Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp4335 bool Type::isObjCIndependentClassType() const { in isObjCIndependentClassType() function in Type
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h2126 bool isObjCIndependentClassType() const; // __attribute__((objc_independent_class))
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp5041 !ObjCMethod->getReturnType()->isObjCIndependentClassType()) in ActOnMethodDeclaration()