Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h678 QualType SuperTy) in ObjCPropertyRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp2403 QualType SuperTy(Class->getSuperClassType(), 0); in ActOnSuperMessage() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3903 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super); in BuildObjCObjectTypeInfo() local
H A DCGObjCMac.cpp213 llvm::StructType *SuperTy; member in __anon0cc8f9a20111::ObjCCommonTypesHelper