Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:thisType

359     QualType thisType;
361 thisType = C.getPointerType(C.getRecordType(RD));
363 thisType = cast<CXXMethodDecl>(DC)->getThisType(C);
365 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType);
367 = CGM.getContext().getTypeInfoInChars(thisType);