reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
 1488   const CXXRecordDecl *RD = ThisPtr->getPointeeCXXRecordDecl();
 1491     const PointerType *ThisPtrTy = cast<PointerType>(ThisPtr);
 1499     TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType);
 1506     llvm::DIType *ThisPtrType = getOrCreateType(ThisPtr, Unit);
 1507     TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType);