Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp3537 bool Type::isObjCIndependentClassType() const { in isObjCIndependentClassType() function in Type
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDType.h1649 bool isObjCIndependentClassType() const; // __attribute__((objc_independent_class))
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp4297 !ObjCMethod->getReturnType()->isObjCIndependentClassType()) in ActOnMethodDeclaration()