Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4935 bool Type::isObjCIndependentClassType() const { in isObjCIndependentClassType() function in Type
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2553 bool isObjCIndependentClassType() const; // __attribute__((objc_independent_class))
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp5066 !ObjCMethod->getReturnType()->isObjCIndependentClassType()) in ActOnMethodDeclaration()