Searched refs:GetThisType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 73 static CanQualType GetThisType(ASTContext &Context, const CXXRecordDecl *RD, in GetThisType() function 255 argTypes.push_back(GetThisType(Context, RD, MD)); in arrangeCXXMethodType() 311 argTypes.push_back(GetThisType(Context, MD->getParent(), MD)); in arrangeCXXStructorDeclaration() 538 CanQualType ArgTys[] = { GetThisType(Context, MD->getParent(), MD) }; in arrangeUnprototypedMustTailThunk() 552 ArgTys.push_back(GetThisType(Context, RD, CD)); in arrangeMSCtorClosure()
|