Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.cpp88 static CanQual<FunctionProtoType> GetFormalType(const CXXMethodDecl *MD) { in GetFormalType() function
283 CanQualType FT = GetFormalType(MD).getAs<Type>(); in arrangeCXXMethodDeclaration()
322 CanQual<FunctionProtoType> FTP = GetFormalType(MD); in arrangeCXXStructorDeclaration()
404 CanQual<FunctionProtoType> FPT = GetFormalType(D); in arrangeCXXConstructorCall()
532 CanQual<FunctionProtoType> FTP = GetFormalType(MD); in arrangeUnprototypedMustTailThunk()
544 CanQual<FunctionProtoType> FTP = GetFormalType(CD); in arrangeMSCtorClosure()