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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp65 static CanQualType GetThisType(ASTContext &Context, const CXXRecordDecl *RD) { function
193 argTypes.push_back(GetThisType(Context, RD));
227 argTypes.push_back(GetThisType(Context, MD->getParent()));
374 CanQualType ArgTys[] = { GetThisType(Context, MD->getParent()) };
388 ArgTys.push_back(GetThisType(Context, RD));

Completed in 189 milliseconds