Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp167 static CallingConv getCallingConventionForDecl(const Decl *D, bool IsWindows) { in getCallingConventionForDecl() function
430 einfo = einfo.withCallingConv(getCallingConventionForDecl(MD, IsWindows)); in arrangeObjCMessageSendSignature()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp201 static CallingConv getCallingConventionForDecl(const Decl *D, bool IsWindows) { in getCallingConventionForDecl() function
488 einfo = einfo.withCallingConv(getCallingConventionForDecl(MD, IsWindows)); in arrangeObjCMessageSendSignature()