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 75 llvm::DenseMap<const ObjCInterfaceType*, llvm::Type *> InterfaceTypes;
CGRTTI.cpp 458 assert(isa<ObjCInterfaceType>(Ty));
462 if (cast<ObjCInterfaceType>(Ty)->getDecl()->getSuperClass()) {
730 assert(isa<BuiltinType>(T) || isa<ObjCInterfaceType>(T));
736 ObjCInterfaceDecl *Class = cast<ObjCInterfaceType>(T)->getDecl();
    [all...]
CGDebugInfo.h 99 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 397 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>())
  /external/clang/include/clang/AST/
Type.h     [all...]
CanonicalType.h 697 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(const ObjCInterfaceType *,
RecursiveASTVisitor.h     [all...]
TypeLoc.h 754 // TypeClass basically has to be either ObjCInterfaceType or
840 ObjCInterfaceType,
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 346 D = cast<ObjCInterfaceType>(TP)->getDecl();
IndexingContext.cpp 102 if (const ObjCInterfaceType *InterTy = Ty->getAs<ObjCInterfaceType>()) {
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ASTImporter.cpp 77 QualType VisitObjCInterfaceType(const ObjCInterfaceType *T);
772 const ObjCInterfaceType *Iface1 = cast<ObjCInterfaceType>(T1);
773 const ObjCInterfaceType *Iface2 = cast<ObjCInterfaceType>(T2);
    [all...]
Type.cpp 917 = cast<ObjCInterfaceType>(CanonicalType)->getDecl();
    [all...]
TypePrinter.cpp     [all...]
DumpXML.cpp 954 void visitObjCInterfaceTypeChildren(ObjCInterfaceType *T) {
DeclObjC.cpp 236 cast<ObjCInterfaceType>(TypeForDecl)->Decl = this;
    [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 446 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType();
465 if (isa<ObjCInterfaceType>(PT->getPointeeType()) ||
    [all...]
RewriteModernObjC.cpp 493 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType();
512 if (isa<ObjCInterfaceType>(PT->getPointeeType()) ||
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaType.cpp     [all...]

Completed in 708 milliseconds

1 2