Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1624 const PointerType *ThisPtrTy = cast<PointerType>(ThisPtr); in getOrCreateInstanceMethodType() local
1625 QualType PointeeTy = ThisPtrTy->getPointeeType(); in getOrCreateInstanceMethodType()
1628 auto Align = getTypeAlignIfRequired(ThisPtrTy, CGM.getContext()); in getOrCreateInstanceMethodType()