Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprObjC.h678 QualType SuperTy) in ObjCPropertyRefExpr()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp2401 QualType SuperTy(Class->getSuperClassType(), 0); in ActOnSuperMessage() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3935 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super); in BuildObjCObjectTypeInfo() local
H A DCGObjCMac.cpp214 llvm::StructType *SuperTy; member in __anon288f636e0111::ObjCCommonTypesHelper