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 743 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super);
746 llvm::Constant *BaseTypeInfo = RTTIBuilder(CGM).BuildTypeInfo(SuperTy);
    [all...]
CGObjCMac.cpp 209 /// SuperTy - LLVM type for struct objc_super.
210 llvm::StructType *SuperTy;
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 579 SourceLocation SuperLoc, QualType SuperTy)
582 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]

Completed in 49 milliseconds