Searched defs:ThisPtrTy (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1002 const PointerType *ThisPtrTy = cast<PointerType>(ThisPtr); local
1003 QualType PointeeTy = ThisPtrTy->getPointeeType();
1006 uint64_t Align = CGM.getContext().getTypeAlign(ThisPtrTy);

Completed in 93 milliseconds