Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGDebugInfo.cpp1726 const PointerType *ThisPtrTy = cast<PointerType>(ThisPtr); in getOrCreateInstanceMethodType() local
1727 uint64_t Size = CGM.getContext().getTypeSize(ThisPtrTy); in getOrCreateInstanceMethodType()
1728 auto Align = getTypeAlignIfRequired(ThisPtrTy, CGM.getContext()); in getOrCreateInstanceMethodType()
1730 getOrCreateType(ThisPtrTy->getPointeeType(), Unit); in getOrCreateInstanceMethodType()