Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ThisPtr

987     QualType ThisPtr, const FunctionProtoType *Func, llvm::DIFile Unit) {
999 const CXXRecordDecl *RD = ThisPtr->getPointeeCXXRecordDecl();
1002 const PointerType *ThisPtrTy = cast<PointerType>(ThisPtr);
1010 TypeCache[ThisPtr.getAsOpaquePtr()] = ThisPtrType;
1017 llvm::DIType ThisPtrType = getOrCreateType(ThisPtr, Unit);
1018 TypeCache[ThisPtr.getAsOpaquePtr()] = ThisPtrType;