HomeSort by relevance Sort by last modified time
    Searched refs:ObjCObjectType (Results 26 - 43 of 43) sorted by null

12

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 760 } else if (T->getAs<ObjCObjectType>()) {
761 // Some code tries to take the sizeof an ObjCObjectType, relying that
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 190 } else if (const auto *Ty = QT->getAs<ObjCObjectType>()) {
    [all...]
DeclObjC.cpp 297 if (const ObjCObjectType *superType = getSuperClassType()) {
    [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 393 const ObjCObjectType *ObjTy = ReceiverType->getAs<ObjCObjectType>();
    [all...]
CGObjCMac.cpp     [all...]
CGDebugInfo.cpp 624 // The frontend treats 'id' as a typedef to an ObjCObjectType,
    [all...]
CGExpr.cpp     [all...]
CGObjCGNU.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 557 if (const ObjCObjectType *ObjT = A->getInterface()->getAs<ObjCObjectType>())
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp 578 if (const ObjCObjectType *OTy = BaseType->getAs<ObjCObjectType>())
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 425 void ASTTypeWriter::VisitObjCObjectType(const ObjCObjectType *T) {
    [all...]

Completed in 801 milliseconds

12