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

1 2

  /external/clang/lib/CodeGen/
CodeGenTypes.h 75 llvm::DenseMap<const ObjCInterfaceType*, llvm::Type *> InterfaceTypes;
CGRTTI.cpp 459 assert(isa<ObjCInterfaceType>(Ty));
463 if (cast<ObjCInterfaceType>(Ty)->getDecl()->getSuperClass()) {
731 assert(isa<BuiltinType>(T) || isa<ObjCInterfaceType>(T));
737 ObjCInterfaceDecl *Class = cast<ObjCInterfaceType>(T)->getDecl();
    [all...]
CGDebugInfo.h 95 llvm::DIType CreateType(const ObjCInterfaceType *Ty, llvm::DIFile F);
CodeGenTypes.cpp 516 llvm::Type *&T = InterfaceTypes[cast<ObjCInterfaceType>(Ty)];
CGDebugInfo.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 396 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>())
  /external/clang/include/clang/AST/
Type.h     [all...]
CanonicalType.h 696 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(const ObjCInterfaceType *,
RecursiveASTVisitor.h     [all...]
TypeLoc.h 754 // TypeClass basically has to be either ObjCInterfaceType or
839 ObjCInterfaceType,
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 330 D = cast<ObjCInterfaceType>(TP)->getDecl();
IndexingContext.cpp 102 if (const ObjCInterfaceType *InterTy = Ty->getAs<ObjCInterfaceType>()) {
    [all...]
CIndex.cpp 510 if (const ObjCInterfaceType *InterT = A->getInterface()->getAs<ObjCInterfaceType>())
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ASTImporter.cpp 77 QualType VisitObjCInterfaceType(const ObjCInterfaceType *T);
800 const ObjCInterfaceType *Iface1 = cast<ObjCInterfaceType>(T1);
801 const ObjCInterfaceType *Iface2 = cast<ObjCInterfaceType>(T2);
    [all...]
Type.cpp 889 = cast<ObjCInterfaceType>(CanonicalType)->getDecl();
    [all...]
DumpXML.cpp 956 void visitObjCInterfaceTypeChildren(ObjCInterfaceType *T) {
MicrosoftMangle.cpp     [all...]
DeclObjC.cpp 236 cast<ObjCInterfaceType>(TypeForDecl)->Decl = this;
    [all...]
TypePrinter.cpp 981 void TypePrinter::printObjCInterface(const ObjCInterfaceType *T,
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 441 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType();
460 if (isa<ObjCInterfaceType>(PT->getPointeeType()) ||
    [all...]
RewriteModernObjC.cpp 479 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType();
498 if (isa<ObjCInterfaceType>(PT->getPointeeType()) ||
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaType.cpp     [all...]

Completed in 349 milliseconds

1 2