Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp71 static CanQual<FunctionProtoType> GetFormalType(const CXXMethodDecl *MD) { in GetFormalType() function
211 CanQual<FunctionProtoType> prototype = GetFormalType(MD); in arrangeCXXMethodDeclaration()
237 CanQual<FunctionProtoType> FTP = GetFormalType(MD); in arrangeCXXStructorDeclaration()
269 CanQual<FunctionProtoType> FPT = GetFormalType(D); in arrangeCXXConstructorCall()
373 CanQual<FunctionProtoType> FTP = GetFormalType(MD); in arrangeMSMemberPointerThunk()
385 CanQual<FunctionProtoType> FTP = GetFormalType(CD); in arrangeMSCtorClosure()