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

1 2

  /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()))
391 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 352 if (const ObjCObjectType *Ty = T->getAs<ObjCObjectType>())
ASTContext.cpp     [all...]
TypePrinter.cpp     [all...]
ASTImporter.cpp 78 QualType VisitObjCObjectType(const ObjCObjectType *T);
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
CanonicalType.h 557 struct CanProxyAdaptor<ObjCObjectType>
558 : public CanProxyBase<ObjCObjectType> {
ASTContext.h     [all...]
DeclObjC.h 865 /// When non-null, this is always an ObjCObjectType.
    [all...]
RecursiveASTVisitor.h     [all...]
TypeLoc.h 854 ObjCObjectType,
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaDeclObjC.cpp 53 const ObjCObjectType *result =
515 if (NamedDecl *IDecl = T->getAs<ObjCObjectType>()->getInterface()) {
    [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaType.cpp 747 const auto *objcObjectType = type->getAs<ObjCObjectType>();
748 if (!objcObjectType || !objcObjectType->getInterface()) {
759 ObjCInterfaceDecl *objcClass = objcObjectType->getInterface();
773 if (objcObjectType->isSpecialized()) {
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 583 else if (const ObjCObjectType *Obj = baseType->getAs<ObjCObjectType>())
    [all...]
IndexingContext.cpp 102 if (const ObjCObjectType *ObjectTy = Ty->getAs<ObjCObjectType>()) {
    [all...]
CXType.cpp 398 D = cast<ObjCObjectType>(TP)->getInterface();
  /external/clang/lib/CodeGen/
CGDebugInfo.h 164 llvm::DIType *CreateType(const ObjCObjectType *Ty, llvm::DIFile *F);
CodeGenTypes.cpp 562 ResultType = ConvertType(cast<ObjCObjectType>(Ty)->getBaseType());
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 142 const ObjCObjectType *ObjTy = ClassRec->getAs<ObjCObjectType>();
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 511 if (T->getAs<ObjCObjectType>())
    [all...]

Completed in 331 milliseconds

1 2