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/
CGDebugInfo.h 89 const ObjCInterfaceType *Type;
92 ObjCInterfaceCacheEntry(const ObjCInterfaceType *Type, llvm::DIType *Decl,
160 llvm::DIType *CreateType(const ObjCInterfaceType *Ty, llvm::DIFile *F);
161 llvm::DIType *CreateTypeDefinition(const ObjCInterfaceType *Ty,
CodeGenTypes.h 136 llvm::DenseMap<const ObjCInterfaceType*, llvm::Type *> InterfaceTypes;
CodeGenTypes.cpp 569 llvm::Type *&T = InterfaceTypes[cast<ObjCInterfaceType>(Ty)];
ItaniumCXXABI.cpp     [all...]
CGDebugInfo.cpp     [all...]
CGObjCGNU.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 397 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>())
  /external/clang/include/clang/AST/
CanonicalType.h 578 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(const ObjCInterfaceType *,
Type.h     [all...]
RecursiveASTVisitor.h     [all...]
TypeLoc.h 850 // TypeClass basically has to be either ObjCInterfaceType or
983 ObjCInterfaceType,
    [all...]
  /external/clang/lib/AST/
Type.cpp 579 if (isa<ObjCInterfaceType>(objcObject))
597 if (isa<ObjCInterfaceType>(objcObject))
614 if (isa<ObjCInterfaceType>(objcObject))
    [all...]
TypePrinter.cpp     [all...]
ASTImporter.cpp 77 QualType VisitObjCInterfaceType(const ObjCInterfaceType *T);
    [all...]
ASTContext.cpp     [all...]
ASTDumper.cpp 396 void VisitObjCInterfaceType(const ObjCInterfaceType *T) {
    [all...]
DeclObjC.cpp 550 cast<ObjCInterfaceType>(TypeForDecl)->Decl = this;
    [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 440 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType();
459 if (isa<ObjCInterfaceType>(PT->getPointeeType()) ||
    [all...]
RewriteModernObjC.cpp 540 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType();
559 if (isa<ObjCInterfaceType>(PT->getPointeeType()) ||
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 401 D = cast<ObjCInterfaceType>(TP)->getDecl();
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 689 else if (auto *OCIT = Node->getAs<ObjCInterfaceType>())
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaDeclObjC.cpp     [all...]

Completed in 126 milliseconds

1 2