Searched refs:isObjCARCImplicitlyUnretainedType (Results 1 - 5 of 5) sorted by path

/external/clang/include/clang/AST/
H A DType.h1590 bool isObjCARCImplicitlyUnretainedType() const;
/external/clang/lib/AST/
H A DType.cpp2358 if (isObjCARCImplicitlyUnretainedType())
2363 bool Type::isObjCARCImplicitlyUnretainedType() const { function in class:Type
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp4921 if (!ReturnsRetained && E->getType()->isObjCARCImplicitlyUnretainedType())
H A DSemaObjCProperty.cpp672 assert(ivarType->isObjCARCImplicitlyUnretainedType());
H A DSemaType.cpp1284 } else if (type->isObjCARCImplicitlyUnretainedType()) {
1958 if (declSpecType->isObjCARCImplicitlyUnretainedType())

Completed in 296 milliseconds