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

1 2 3

  /external/clang/lib/Analysis/
CocoaConventions.cpp 63 const ObjCObjectPointerType *PT = Ty->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 288 const ObjCObjectPointerType* PT =
289 PPT->getPointeeType()->getAs<ObjCObjectPointerType>();
IvarInvalidationChecker.cpp 287 const ObjCObjectPointerType *IvTy = IvQTy->getAs<ObjCObjectPointerType>();
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 204 const ObjCObjectPointerType *OPT) {
MultiplexExternalSemaSource.h 349 const ObjCObjectPointerType *OPT) override;
  /external/clang/include/clang/AST/
CanonicalType.h 640 typedef ObjCObjectPointerType::qual_iterator qual_iterator;
648 struct CanProxyAdaptor<ObjCObjectPointerType>
649 : public CanProxyBase<ObjCObjectPointerType> {
658 typedef ObjCObjectPointerType::qual_iterator qual_iterator;
ASTContext.h 118 mutable llvm::FoldingSet<ObjCObjectPointerType> ObjCObjectPointerTypes;
    [all...]
Type.h     [all...]
  /external/clang/lib/AST/
Type.cpp 419 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
499 const ObjCObjectPointerType *Type::getAsObjCQualifiedIdType() const {
502 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
509 const ObjCObjectPointerType *Type::getAsObjCQualifiedClassType() const {
512 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
519 const ObjCObjectPointerType *Type::getAsObjCInterfacePointerType() const {
520 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 409 if (!isa<ObjCObjectPointerType>(PIDecl->getType()) ||
410 !isa<ObjCObjectPointerType>(PDecl->getType()) ||
438 if (isa<ObjCObjectPointerType>(PrimaryPropertyQT)) {
541 if (const ObjCObjectPointerType *ObjPtrTy =
542 T->getAs<ObjCObjectPointerType>()) {
    [all...]
SemaPseudoObject.cpp 509 const ObjCObjectPointerType *PT =
510 PRE->getBase()->getType()->castAs<ObjCObjectPointerType>();
528 if (const ObjCObjectPointerType *PT =
529 PRE->getSuperReceiverType()->getAs<ObjCObjectPointerType>())
822 if (const ObjCObjectPointerType *ptr
823 = propType->getAs<ObjCObjectPointerType>()) {
    [all...]
SemaExprMember.cpp 412 static Decl *FindGetterSetterNameDecl(const ObjCObjectPointerType *QIdTy,
    [all...]
SemaDeclObjC.cpp 52 method->getReturnType()->castAs<ObjCObjectPointerType>()->getObjectType();
78 receiverClass = receiverTypeIfCall->castAs<ObjCObjectPointerType>()
    [all...]
SemaExprObjC.cpp     [all...]
SemaOverload.cpp     [all...]
MultiplexExternalSemaSource.cpp 288 const ObjCObjectPointerType *OPT) {
SemaCodeComplete.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 109 const ObjCObjectPointerType *OPT) {
  /external/clang/lib/ARCMigrate/
Transforms.cpp 57 if (const ObjCObjectPointerType *ObjT = T->getAs<ObjCObjectPointerType>()) {
  /external/lldb/source/Symbol/
ClangASTType.cpp 467 pointee_type->SetClangType (m_ast, cast<ObjCObjectPointerType>(qual_type)->getPointeeType());
518 pointee_type->SetClangType(m_ast, cast<ObjCObjectPointerType>(qual_type)->getPointeeType());
668 const ObjCObjectPointerType *obj_pointer_type = dyn_cast<ObjCObjectPointerType>(qual_type);
740 dynamic_pointee_type->SetClangType(m_ast, cast<ObjCObjectPointerType>(qual_type)->getPointeeType());
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 789 const ObjCObjectPointerType *ReceiverT = nullptr;
797 ReceiverT = cast<ObjCObjectPointerType>(SupersType);
806 ReceiverT = dyn_cast<ObjCObjectPointerType>(DynType);
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 579 else if (const ObjCObjectPointerType *ObjPtr =
580 baseType->getAs<ObjCObjectPointerType>())
    [all...]

Completed in 338 milliseconds

1 2 3