HomeSort by relevance Sort by last modified time
    Searched refs:ObjCObjectType (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 58 const ObjCObjectType *getObjectTypeForAllocAndNew(const ObjCMessageExpr *MsgE,
226 const ObjCObjectType *ObjTy = getObjectTypeForAllocAndNew(MsgE, C);
308 const ObjCObjectType *
312 if (const ObjCObjectType *ObjTy
313 = MsgE->getClassReceiver()->getAs<ObjCObjectType>())
318 if (const ObjCObjectType *ObjTy
319 = MsgE->getSuperType()->getAs<ObjCObjectType>())
334 if (const ObjCObjectType *ObjTy =
335 dyn_cast<ObjCObjectType>(MD->getClassInterface()->getTypeForDecl()))
399 To->getObjectType()->getSuperClassType()->getAs<ObjCObjectType>();
    [all...]
  /external/clang/lib/AST/
Type.cpp 471 const ObjCObjectType *&bound) const {
492 ->getAs<ObjCObjectType>();
535 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base,
571 bool ObjCObjectType::isSpecialized() const {
577 if (auto objcObject = getBaseType()->getAs<ObjCObjectType>()) {
589 ArrayRef<QualType> ObjCObjectType::getTypeArgs() const {
595 if (auto objcObject = getBaseType()->getAs<ObjCObjectType>()) {
607 bool ObjCObjectType::isKindOfType() const {
612 if (auto objcObject = getBaseType()->getAs<ObjCObjectType>()) {
    [all...]
ExprObjC.cpp 333 if (const ObjCObjectType *Ty = T->getAs<ObjCObjectType>())
ASTContext.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
CanonicalType.h 560 struct CanProxyAdaptor<ObjCObjectType>
561 : public CanProxyBase<ObjCObjectType> {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
CanonicalType.h 560 struct CanProxyAdaptor<ObjCObjectType>
561 : public CanProxyBase<ObjCObjectType> {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
CanonicalType.h 560 struct CanProxyAdaptor<ObjCObjectType>
561 : public CanProxyBase<ObjCObjectType> {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
CanonicalType.h 560 struct CanProxyAdaptor<ObjCObjectType>
561 : public CanProxyBase<ObjCObjectType> {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
CanonicalType.h 560 struct CanProxyAdaptor<ObjCObjectType>
561 : public CanProxyBase<ObjCObjectType> {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
CanonicalType.h 560 struct CanProxyAdaptor<ObjCObjectType>
561 : public CanProxyBase<ObjCObjectType> {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
CanonicalType.h 560 struct CanProxyAdaptor<ObjCObjectType>
561 : public CanProxyBase<ObjCObjectType> {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
CanonicalType.h 560 struct CanProxyAdaptor<ObjCObjectType>
561 : public CanProxyBase<ObjCObjectType> {
  /external/clang/include/clang/AST/
Type.h     [all...]
CanonicalType.h 560 struct CanProxyAdaptor<ObjCObjectType>
561 : public CanProxyBase<ObjCObjectType> {
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 52 const ObjCObjectType *result =
514 if (NamedDecl *IDecl = T->getAs<ObjCObjectType>()->getInterface()) {
    [all...]
SemaExprMember.cpp     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 713 if (const ObjCObjectType *OIT = T->getAs<ObjCObjectType>()) {

Completed in 5582 milliseconds

1 2 3 4 5