HomeSort by relevance Sort by last modified time
    Searched refs:ObjCObjectType (Results 1 - 25 of 40) 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/clang/include/clang/AST/
Type.h     [all...]
CanonicalType.h 631 struct CanProxyAdaptor<ObjCObjectType>
632 : public CanProxyBase<ObjCObjectType> {
ASTContext.h     [all...]
RecursiveASTVisitor.h     [all...]
TypeLoc.h 812 ObjCObjectType,
    [all...]
  /external/clang/lib/CodeGen/
CGRTTI.cpp 58 void BuildObjCObjectTypeInfo(const ObjCObjectType *Ty);
466 Ty = cast<ObjCObjectType>(Ty)->getBaseType().getTypePtr();
612 BuildObjCObjectTypeInfo(cast<ObjCObjectType>(Ty));
693 void RTTIBuilder::BuildObjCObjectTypeInfo(const ObjCObjectType *OT) {
    [all...]
CGDebugInfo.h 120 llvm::DIType CreateType(const ObjCObjectType *Ty, llvm::DIFile F);
CodeGenTypes.cpp 542 ResultType = ConvertType(cast<ObjCObjectType>(Ty)->getBaseType());
  /external/clang/lib/AST/
Type.cpp 463 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base,
477 const ObjCObjectType *Type::getAsObjCQualifiedInterfaceType() const {
478 // There is no sugar for ObjCObjectType's, just return the canonical
481 if (const ObjCObjectType *T = getAs<ObjCObjectType>())
931 return cast<ObjCObjectType>(CanonicalType)->getBaseType()
    [all...]
ASTContext.cpp     [all...]
TypePrinter.cpp     [all...]
ASTImporter.cpp 77 QualType VisitObjCObjectType(const ObjCObjectType *T);
802 const ObjCObjectType *Obj1 = cast<ObjCObjectType>(T1);
803 const ObjCObjectType *Obj2 = cast<ObjCObjectType>(T2);
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaPseudoObject.cpp     [all...]
SemaDeclObjC.cpp 51 const ObjCObjectType *result = method->getResultType()
543 if (NamedDecl *IDecl = T->getAs<ObjCObjectType>()->getInterface()) {
619 if (NamedDecl *IDecl = T->getAs<ObjCObjectType>()->getInterface()) {
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 587 else if (const ObjCObjectType *Obj = baseType->getAs<ObjCObjectType>())
    [all...]
RecursiveASTVisitor.h     [all...]
CXType.cpp 388 D = cast<ObjCObjectType>(TP)->getInterface();
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 142 const ObjCObjectType *ObjTy = ClassRec->getAs<ObjCObjectType>();
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 514 if (T->getAs<ObjCObjectType>())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 720 else if (T->getAs<ObjCObjectType>()) {
721 // Some code tries to take the sizeof an ObjCObjectType, relying that
    [all...]

Completed in 2619 milliseconds

1 2