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.cpp5184 bool Type::isObjCIndependentClassType() const { in isObjCIndependentClassType() function in Type
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp5070 !ObjCMethod->getReturnType()->isObjCIndependentClassType()) in ActOnMethodDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2616 bool isObjCIndependentClassType() const; // __attribute__((objc_independent_class))