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

/external/clang/lib/CodeGen/
H A DCGCall.cpp57 static CanQualType GetThisType(ASTContext &Context, const CXXRecordDecl *RD) { function
191 argTypes.push_back(GetThisType(Context, RD));
225 argTypes.push_back(GetThisType(Context, D->getParent()));
275 argTypes.push_back(GetThisType(Context, D->getParent()));

Completed in 77 milliseconds