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

1 2

  /external/clang/lib/CodeGen/
CodeGenTypes.h 80 llvm::DenseMap<const ObjCInterfaceType*, llvm::Type *> InterfaceTypes;
CGRTTI.cpp 474 assert(isa<ObjCInterfaceType>(Ty));
478 if (cast<ObjCInterfaceType>(Ty)->getDecl()->getSuperClass()) {
696 assert(isa<BuiltinType>(T) || isa<ObjCInterfaceType>(T));
702 ObjCInterfaceDecl *Class = cast<ObjCInterfaceType>(T)->getDecl();
    [all...]
CGDebugInfo.h 119 llvm::DIType CreateType(const ObjCInterfaceType *Ty, llvm::DIFile F);
CodeGenTypes.cpp 549 llvm::Type *&T = InterfaceTypes[cast<ObjCInterfaceType>(Ty)];
CGDebugInfo.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 397 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>())
  /external/clang/include/clang/AST/
Type.h     [all...]
CanonicalType.h 652 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(const ObjCInterfaceType *,
RecursiveASTVisitor.h     [all...]
TypeLoc.h 808 // TypeClass basically has to be either ObjCInterfaceType or
898 ObjCInterfaceType,
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
Type.cpp     [all...]
ASTImporter.cpp 76 QualType VisitObjCInterfaceType(const ObjCInterfaceType *T);
793 const ObjCInterfaceType *Iface1 = cast<ObjCInterfaceType>(T1);
794 const ObjCInterfaceType *Iface2 = cast<ObjCInterfaceType>(T2);
    [all...]
TypePrinter.cpp     [all...]
DumpXML.cpp 959 void visitObjCInterfaceTypeChildren(ObjCInterfaceType *T) {
DeclObjC.cpp 378 cast<ObjCInterfaceType>(TypeForDecl)->Decl = this;
    [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 101 if (const ObjCInterfaceType *InterTy = Ty->getAs<ObjCInterfaceType>()) {
    [all...]
RecursiveASTVisitor.h     [all...]
CXType.cpp 391 D = cast<ObjCInterfaceType>(TP)->getDecl();
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 448 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType();
467 if (isa<ObjCInterfaceType>(PT->getPointeeType()) ||
    [all...]
RewriteModernObjC.cpp 535 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType();
554 if (isa<ObjCInterfaceType>(PT->getPointeeType()) ||
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaType.cpp     [all...]

Completed in 336 milliseconds

1 2