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