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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
NSAutoreleasePoolChecker.cpp 53 const ObjCObjectPointerType* PT =
54 receiver->getType()->getAs<ObjCObjectPointerType>();
NSErrorChecker.cpp 297 const ObjCObjectPointerType* PT =
298 PPT->getPointeeType()->getAs<ObjCObjectPointerType>();
  /external/clang/lib/Analysis/
CocoaConventions.cpp 61 const ObjCObjectPointerType *PT = Ty->getAs<ObjCObjectPointerType>();
FormatString.cpp 343 if (argTy->getAs<ObjCObjectPointerType>() ||
  /external/clang/lib/AST/
Type.cpp 376 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
452 const ObjCObjectPointerType *Type::getAsObjCQualifiedIdType() const {
455 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
462 const ObjCObjectPointerType *Type::getAsObjCQualifiedClassType() const {
465 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
472 const ObjCObjectPointerType *Type::getAsObjCInterfacePointerType() const {
473 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
    [all...]
ASTContext.cpp     [all...]
TypePrinter.cpp 1016 void TypePrinter::printObjCObjectPointer(const ObjCObjectPointerType *T,
1036 for (ObjCObjectPointerType::qual_iterator I = T->qual_begin(),
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 443 const ObjCObjectPointerType *PT =
444 PRE->getBase()->getType()->castAs<ObjCObjectPointerType>();
462 if (const ObjCObjectPointerType *PT =
463 PRE->getSuperReceiverType()->getAs<ObjCObjectPointerType>())
690 if (const ObjCObjectPointerType *ptr
691 = propType->getAs<ObjCObjectPointerType>()) {
    [all...]
SemaExprMember.cpp 404 static Decl *FindGetterSetterNameDecl(const ObjCObjectPointerType *QIdTy,
410 for (ObjCObjectPointerType::qual_iterator I = QIdTy->qual_begin(),
424 for (ObjCObjectPointerType::qual_iterator I = QIdTy->qual_begin(),
    [all...]
SemaObjCProperty.cpp 294 if (!isa<ObjCObjectPointerType>(PIDecl->getType()) ||
295 !isa<ObjCObjectPointerType>(PDecl->getType()) ||
396 if (const ObjCObjectPointerType *ObjPtrTy =
397 T->getAs<ObjCObjectPointerType>()) {
711 if (const ObjCObjectPointerType *ObjT =
712 PropertyIvarType->getAs<ObjCObjectPointerType>())
    [all...]
SemaOverload.cpp     [all...]
SemaDeclObjC.cpp 52 ->castAs<ObjCObjectPointerType>()->getObjectType();
78 receiverClass = receiverTypeIfCall->castAs<ObjCObjectPointerType>()
    [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExpr.cpp     [all...]
SemaCast.cpp 408 const ObjCObjectPointerType *T1ObjCPtrType =
409 T1->getAs<ObjCObjectPointerType>(),
411 T2->getAs<ObjCObjectPointerType>();
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 685 typedef ObjCObjectPointerType::qual_iterator qual_iterator;
693 struct CanProxyAdaptor<ObjCObjectPointerType>
694 : public CanProxyBase<ObjCObjectPointerType> {
703 typedef ObjCObjectPointerType::qual_iterator qual_iterator;
ASTContext.h 123 mutable llvm::FoldingSet<ObjCObjectPointerType> ObjCObjectPointerTypes;
    [all...]
Type.h     [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 46 if (const ObjCObjectPointerType *ObjT = T->getAs<ObjCObjectPointerType>()) {
  /external/clang/lib/CodeGen/
CGDebugInfo.h 88 llvm::DIType CreateType(const ObjCObjectPointerType *Ty,
CodeGenTypes.cpp 528 ConvertTypeForMem(cast<ObjCObjectPointerType>(Ty)->getPointeeType());
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp     [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 561 else if (const ObjCObjectPointerType *ObjPtr =
562 baseType->getAs<ObjCObjectPointerType>())
    [all...]
CXType.cpp 300 T = cast<ObjCObjectPointerType>(TP)->getPointeeType();

Completed in 149 milliseconds

1 2