HomeSort by relevance Sort by last modified time
    Searched refs:ObjCObjectPointerType (Results 26 - 50 of 58) sorted by null

12 3

  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
ASTImporter.cpp 78 QualType VisitObjCObjectPointerType(const ObjCObjectPointerType *T);
    [all...]
Expr.cpp     [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 384 if (argTy->getAs<ObjCObjectPointerType>() ||
  /external/clang/lib/CodeGen/
CGDebugInfo.h 119 llvm::DIType CreateType(const ObjCObjectPointerType *Ty,
CodeGenTypes.cpp 559 ConvertTypeForMem(cast<ObjCObjectPointerType>(Ty)->getPointeeType());
CGDebugInfo.cpp 210 cast<ObjCObjectPointerType>(SelfDecl->getType())->getPointeeType();
560 llvm::DIType CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty,
    [all...]
CGObjCGNU.cpp     [all...]
CGExprScalar.cpp     [all...]
CGObjC.cpp 181 const ObjCObjectPointerType *InterfacePointerType
    [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 861 const ObjCObjectPointerType *PT = T->getAs<ObjCObjectPointerType>();
    [all...]
RetainCountChecker.cpp     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 412 const ObjCObjectPointerType *T1ObjCPtrType =
413 T1->getAs<ObjCObjectPointerType>(),
415 T2->getAs<ObjCObjectPointerType>();
    [all...]
SemaDeclAttr.cpp 115 const ObjCObjectPointerType *PT = T->getAs<ObjCObjectPointerType>();
    [all...]
SemaStmt.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
TypeLoc.h 812 // ObjCObjectPointerType.
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 368 T = cast<ObjCObjectPointerType>(TP)->getPointeeType();
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 330 if (const ObjCObjectPointerType *ObjPtrTy =
331 ArgType->getAs<ObjCObjectPointerType>()) {
    [all...]
  /external/lldb/source/Expression/
IRForTarget.cpp 550 const clang::ObjCObjectPointerType *pointer_objcobjpointertype = pointer_type->getAs<clang::ObjCObjectPointerType>();
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 547 if (const ObjCObjectPointerType * OBJPT =
    [all...]

Completed in 1799 milliseconds

12 3