Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp71 static CanQualType GetThisType(ASTContext &Context, const CXXRecordDecl *RD) { in GetThisType() function
219 argTypes.push_back(GetThisType(Context, RD)); in arrangeCXXMethodType()
263 argTypes.push_back(GetThisType(Context, MD->getParent())); in arrangeCXXStructorDeclaration()
478 CanQualType ArgTys[] = { GetThisType(Context, MD->getParent()) }; in arrangeMSMemberPointerThunk()
492 ArgTys.push_back(GetThisType(Context, RD)); in arrangeMSCtorClosure()