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

1 2 3

  /external/clang/lib/Analysis/
CocoaConventions.cpp 63 const ObjCObjectPointerType *PT = Ty->getAs<ObjCObjectPointerType>();
FormatString.cpp 363 if (argTy->getAs<ObjCObjectPointerType>() ||
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 36 const ObjCObjectPointerType *getBetterObjCType(const Expr *CastE,
246 const ObjCObjectPointerType *
253 const ObjCObjectPointerType *NewTy =
254 CastE->getType()->getAs<ObjCObjectPointerType>();
261 const ObjCObjectPointerType *OldTy =
262 OldDTy->getAs<ObjCObjectPointerType>();
NSErrorChecker.cpp 281 const ObjCObjectPointerType* PT =
282 PPT->getPointeeType()->getAs<ObjCObjectPointerType>();
IvarInvalidationChecker.cpp 299 const ObjCObjectPointerType *IvTy = IvQTy->getAs<ObjCObjectPointerType>();
BasicObjCFoundationChecks.cpp 817 const ObjCObjectPointerType *PT = T->getAs<ObjCObjectPointerType>();
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
Type.cpp 415 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
491 const ObjCObjectPointerType *Type::getAsObjCQualifiedIdType() const {
494 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
501 const ObjCObjectPointerType *Type::getAsObjCQualifiedClassType() const {
504 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
511 const ObjCObjectPointerType *Type::getAsObjCInterfacePointerType() const {
512 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
    [all...]
TypePrinter.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 641 typedef ObjCObjectPointerType::qual_iterator qual_iterator;
649 struct CanProxyAdaptor<ObjCObjectPointerType>
650 : public CanProxyBase<ObjCObjectPointerType> {
659 typedef ObjCObjectPointerType::qual_iterator qual_iterator;
ASTContext.h 117 mutable llvm::FoldingSet<ObjCObjectPointerType> ObjCObjectPointerTypes;
    [all...]
Type.h     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 414 static Decl *FindGetterSetterNameDecl(const ObjCObjectPointerType *QIdTy,
420 for (ObjCObjectPointerType::qual_iterator I = QIdTy->qual_begin(),
434 for (ObjCObjectPointerType::qual_iterator I = QIdTy->qual_begin(),
    [all...]
SemaPseudoObject.cpp 503 const ObjCObjectPointerType *PT =
504 PRE->getBase()->getType()->castAs<ObjCObjectPointerType>();
522 if (const ObjCObjectPointerType *PT =
523 PRE->getSuperReceiverType()->getAs<ObjCObjectPointerType>())
784 if (const ObjCObjectPointerType *ptr
785 = propType->getAs<ObjCObjectPointerType>()) {
    [all...]
SemaObjCProperty.cpp 421 if (!isa<ObjCObjectPointerType>(PIDecl->getType()) ||
422 !isa<ObjCObjectPointerType>(PDecl->getType()) ||
523 if (const ObjCObjectPointerType *ObjPtrTy =
524 T->getAs<ObjCObjectPointerType>()) {
    [all...]
SemaDeclObjC.cpp 52 ->castAs<ObjCObjectPointerType>()->getObjectType();
78 receiverClass = receiverTypeIfCall->castAs<ObjCObjectPointerType>()
    [all...]
SemaOverload.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 57 if (const ObjCObjectPointerType *ObjT = T->getAs<ObjCObjectPointerType>()) {
ObjCMT.cpp 229 if (const ObjCObjectPointerType *ObjPtrTy =
230 ArgType->getAs<ObjCObjectPointerType>()) {
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 796 const ObjCObjectPointerType *ReceiverT = 0;
804 ReceiverT = cast<ObjCObjectPointerType>(SupersType);
813 ReceiverT = dyn_cast<ObjCObjectPointerType>(DynType);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 112 llvm::DIType CreateType(const ObjCObjectPointerType *Ty,
CodeGenTypes.cpp 561 ConvertTypeForMem(cast<ObjCObjectPointerType>(Ty)->getPointeeType());
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 583 else if (const ObjCObjectPointerType *ObjPtr =
584 baseType->getAs<ObjCObjectPointerType>())
    [all...]

Completed in 175 milliseconds

1 2 3