Searched defs:SuperTy (Results 1 – 4 of 4) sorted by relevance
| /freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
| H A D | ExprObjC.h | 681 QualType SuperTy) in ObjCPropertyRefExpr() |
| /freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
| H A D | SemaExprObjC.cpp | 2403 QualType SuperTy(Class->getSuperClassType(), 0); ActOnSuperMessage() local |
| /freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
| H A D | ItaniumCXXABI.cpp | 4009 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super); BuildObjCObjectTypeInfo() local |
| H A D | CGObjCMac.cpp | 214 llvm::StructType *SuperTy; member in __anonf3b340e90111::ObjCCommonTypesHelper |