Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGCall.cpp57 static CanQualType GetThisType(ASTContext &Context, const CXXRecordDecl *RD) { in GetThisType() function
165 argTypes.push_back(GetThisType(Context, RD)); in arrangeCXXMethodType()
199 argTypes.push_back(GetThisType(Context, D->getParent())); in arrangeCXXConstructorDeclaration()
226 argTypes.push_back(GetThisType(Context, D->getParent())); in arrangeCXXDestructor()