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

/external/clang/lib/CodeGen/
H A DCGCall.cpp54 static CanQualType GetThisType(ASTContext &Context, const CXXRecordDecl *RD) { function
171 argTypes.push_back(GetThisType(Context, RD));
202 argTypes.push_back(GetThisType(Context, D->getParent()));
230 argTypes.push_back(GetThisType(Context, D->getParent()));

Completed in 63 milliseconds