Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp4265 bool Type::isObjCIndependentClassType() const { in isObjCIndependentClassType() function in Type
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h2050 bool isObjCIndependentClassType() const; // __attribute__((objc_independent_class))
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp5033 !ObjCMethod->getReturnType()->isObjCIndependentClassType()) in ActOnMethodDeclaration()