Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ThisPtr

978     QualType ThisPtr, const FunctionProtoType *Func, llvm::DIFile Unit) {
990 const CXXRecordDecl *RD = ThisPtr->getPointeeCXXRecordDecl();
993 const PointerType *ThisPtrTy = cast<PointerType>(ThisPtr);
1000 TypeCache[ThisPtr.getAsOpaquePtr()] = ThisPtrType;
1007 llvm::DIType ThisPtrType = getOrCreateType(ThisPtr, Unit);
1008 TypeCache[ThisPtr.getAsOpaquePtr()] = ThisPtrType;