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/
CGDebugInfo.h 71 const ObjCInterfaceType *Type;
74 ObjCInterfaceCacheEntry(const ObjCInterfaceType *Type, llvm::DIType Decl,
128 llvm::DIType CreateType(const ObjCInterfaceType *Ty, llvm::DIFile F);
129 llvm::DIType CreateTypeDefinition(const ObjCInterfaceType *Ty, llvm::DIFile F);
CodeGenTypes.h 78 llvm::DenseMap<const ObjCInterfaceType*, llvm::Type *> InterfaceTypes;
CodeGenTypes.cpp 547 llvm::Type *&T = InterfaceTypes[cast<ObjCInterfaceType>(Ty)];
CGDebugInfo.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
CGObjCGNU.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 397 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>())
  /external/lldb/source/Expression/
ClangASTSource.cpp 356 const ObjCInterfaceType *complete_interface_type = dyn_cast<ObjCInterfaceType>(complete_clang_type);
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
CanonicalType.h 651 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(const ObjCInterfaceType *,
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
TypeLoc.h 811 // TypeClass basically has to be either ObjCInterfaceType or
901 ObjCInterfaceType,
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
Type.cpp     [all...]
ASTImporter.cpp 76 QualType VisitObjCInterfaceType(const ObjCInterfaceType *T);
792 const ObjCInterfaceType *Iface1 = cast<ObjCInterfaceType>(T1);
793 const ObjCInterfaceType *Iface2 = cast<ObjCInterfaceType>(T2);
    [all...]
TypePrinter.cpp     [all...]
DeclObjC.cpp 469 cast<ObjCInterfaceType>(TypeForDecl)->Decl = this;
    [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/tools/libclang/
CXType.cpp 401 D = cast<ObjCInterfaceType>(TP)->getDecl();
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 449 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType();
468 if (isa<ObjCInterfaceType>(PT->getPointeeType()) ||
    [all...]
RewriteModernObjC.cpp 549 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType();
568 if (isa<ObjCInterfaceType>(PT->getPointeeType()) ||
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaType.cpp     [all...]

Completed in 1408 milliseconds

1 2