Home
last modified time | relevance | path

Searched refs:isCARCBridgableType (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprObjC.cpp2751 return type->isCARCBridgableType(); in isCFType()
3500 } else if (T->isObjCARCBridgableType() && FromType->isCARCBridgableType()) { in BuildObjCBridgedCast()
3534 } else if (T->isCARCBridgableType() && FromType->isObjCARCBridgableType()) { in BuildObjCBridgedCast()
DSemaDeclAttr.cpp2503 if (!T->isCARCBridgableType()) { in handleObjCNSObject()
2510 if (!T->isCARCBridgableType()) { in handleObjCNSObject()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DType.cpp2395 bool Type::isCARCBridgableType() const { in isCARCBridgableType() function in Type
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DType.h1569 bool isCARCBridgableType() const;