Home
last modified time | relevance | path

Searched refs:ThisPtrTy (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1703 const PointerType *ThisPtrTy = cast<PointerType>(ThisPtr); in getOrCreateInstanceMethodType() local
1704 QualType PointeeTy = ThisPtrTy->getPointeeType(); in getOrCreateInstanceMethodType()
1707 auto Align = getTypeAlignIfRequired(ThisPtrTy, CGM.getContext()); in getOrCreateInstanceMethodType()