HomeSort by relevance Sort by last modified time
    Searched refs:SuperTy (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/CodeGen/
CGRTTI.cpp 708 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super);
711 llvm::Constant *BaseTypeInfo = RTTIBuilder(CGM).BuildTypeInfo(SuperTy);
    [all...]
CGObjCMac.cpp 210 /// SuperTy - LLVM type for struct objc_super.
211 llvm::StructType *SuperTy;
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 595 SourceLocation SuperLoc, QualType SuperTy)
598 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]

Completed in 208 milliseconds