Home
last modified time | relevance | path

Searched defs:SuperTy (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExprObjC.h678 QualType SuperTy) in ObjCPropertyRefExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp2403 QualType SuperTy(Class->getSuperClassType(), 0); in ActOnSuperMessage() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DItaniumCXXABI.cpp3943 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super); in BuildObjCObjectTypeInfo() local
DCGObjCMac.cpp213 llvm::StructType *SuperTy; member in __anond3bad8af0111::ObjCCommonTypesHelper