Searched refs:IFaceT (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp441 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType(); local
442 T = QualType(IFaceT, 0);
H A DRewriteModernObjC.cpp534 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType(); local
535 T = QualType(IFaceT, 0);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1856 const ObjCInterfaceType *IFaceT = OPT->getInterfaceType(); local
1857 ObjCInterfaceDecl *IFace = IFaceT->getDecl();
H A DSemaExpr.cpp14875 if (const ObjCInterfaceType *IFaceT =
14877 IFace = IFaceT->getDecl();
14886 if (const ObjCInterfaceType *IFaceT =
14888 IFace = IFaceT->getDecl();

Completed in 301 milliseconds