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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 32 const ObjCObjectType *getObjectTypeForAllocAndNew(const ObjCMessageExpr *MsgE,
129 const ObjCObjectType *ObjTy = getObjectTypeForAllocAndNew(MsgE, C);
209 const ObjCObjectType *
213 if (const ObjCObjectType *ObjTy
214 = MsgE->getClassReceiver()->getAs<ObjCObjectType>())
219 if (const ObjCObjectType *ObjTy
220 = MsgE->getSuperType()->getAs<ObjCObjectType>())
235 if (const ObjCObjectType *ObjTy =
236 dyn_cast<ObjCObjectType>(MD->getClassInterface()->getTypeForDecl()))
  /external/lldb/source/Symbol/
ClangASTType.cpp 109 const ObjCObjectType *objc_class_type = dyn_cast<ObjCObjectType>(qual_type);
649 const ObjCObjectType *objc_class_type = dyn_cast<ObjCObjectType>(qual_type);
    [all...]
ClangASTImporter.cpp 295 if (const ObjCObjectType *objc_object_type = type->getAs<ObjCObjectType>())
  /external/clang/include/clang/AST/
Type.h     [all...]
CanonicalType.h 630 struct CanProxyAdaptor<ObjCObjectType>
631 : public CanProxyBase<ObjCObjectType> {
ASTContext.h     [all...]
DataRecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
Type.cpp 471 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base,
485 const ObjCObjectType *Type::getAsObjCQualifiedInterfaceType() const {
486 // There is no sugar for ObjCObjectType's, just return the canonical
489 if (const ObjCObjectType *T = getAs<ObjCObjectType>())
    [all...]
ASTContext.cpp     [all...]
ASTImporter.cpp 77 QualType VisitObjCObjectType(const ObjCObjectType *T);
801 const ObjCObjectType *Obj1 = cast<ObjCObjectType>(T1);
802 const ObjCObjectType *Obj2 = cast<ObjCObjectType>(T2);
    [all...]
TypePrinter.cpp     [all...]
  /external/lldb/source/Expression/
ASTResultSynthesizer.cpp 348 if (expr_qual_type->getAs<ObjCObjectType>() != NULL)
ClangASTSource.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaDeclObjC.cpp 51 const ObjCObjectType *result =
552 if (NamedDecl *IDecl = T->getAs<ObjCObjectType>()->getInterface()) {
622 if (const ObjCObjectType *OPT = T->getAs<ObjCObjectType>())
650 if (NamedDecl *IDecl = T->getAs<ObjCObjectType>()->getInterface()) {
    [all...]
SemaPseudoObject.cpp     [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 583 else if (const ObjCObjectType *Obj = baseType->getAs<ObjCObjectType>())
    [all...]
IndexingContext.cpp 102 if (const ObjCObjectType *ObjectTy = Ty->getAs<ObjCObjectType>()) {
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 130 llvm::DIType CreateType(const ObjCObjectType *Ty, llvm::DIFile F);
CodeGenTypes.cpp 540 ResultType = ConvertType(cast<ObjCObjectType>(Ty)->getBaseType());
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 142 const ObjCObjectType *ObjTy = ClassRec->getAs<ObjCObjectType>();
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 511 if (T->getAs<ObjCObjectType>())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 737 } else if (T->getAs<ObjCObjectType>()) {
738 // Some code tries to take the sizeof an ObjCObjectType, relying that
    [all...]

Completed in 385 milliseconds

1 2