Home
last modified time | relevance | path

Searched refs:ObjCI (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/AST/
DASTContext.cpp2208 const auto *ObjCI = cast<ObjCInterfaceType>(T); in getTypeInfoImpl() local
2209 if (ObjCI->getDecl()->isInvalidDecl()) { in getTypeInfoImpl()
2214 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl()); in getTypeInfoImpl()
2350 } else if (const auto *ObjCI = T->getAs<ObjCInterfaceType>()) { in getTypeUnadjustedAlign() local
2351 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl()); in getTypeUnadjustedAlign()
/external/clang/lib/AST/
DASTContext.cpp1740 const ObjCInterfaceType *ObjCI = cast<ObjCInterfaceType>(T); in getTypeInfoImpl() local
1741 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl()); in getTypeInfoImpl()