Searched refs:getNameForCallConv (Results 1 – 8 of 8) sorted by relevance
8084 << FunctionType::getNameForCallConv(CC) << "regparm" in handleFunctionTypeAttr()8230 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()8231 << FunctionType::getNameForCallConv(CCOld) in handleFunctionTypeAttr()8252 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()8257 << FunctionType::getNameForCallConv(CC); in handleFunctionTypeAttr()8264 << "regparm" << FunctionType::getNameForCallConv(CC_X86FastCall) in handleFunctionTypeAttr()8319 << FunctionType::getNameForCallConv(CurCC) in adjustMemberFunctionCC()
2143 StringRef SrcCCName = FunctionType::getNameForCallConv(SrcCC); in DiagnoseCallingConvCast()2144 StringRef DstCCName = FunctionType::getNameForCallConv(DstCC); in DiagnoseCallingConvCast()
778 << FunctionType::getNameForCallConv(CallerType.Func->getCallConv()) in checkMustTailAttr()779 << FunctionType::getNameForCallConv(CalleeType.Func->getCallConv()); in checkMustTailAttr()
3869 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()3877 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()3880 FunctionType::getNameForCallConv(FI.getCC())); in MergeFunctionDecl()10479 << FunctionType::getNameForCallConv(CC); in ActOnFunctionDeclarator()
588 JOS.attribute("cc", FunctionType::getNameForCallConv(E.getCC())); in VisitFunctionType()
1641 OS << " " << FunctionType::getNameForCallConv(EI.getCC()); in VisitFunctionType()
3417 StringRef FunctionType::getNameForCallConv(CallingConv CC) { in getNameForCallConv() function in FunctionType
4140 static StringRef getNameForCallConv(CallingConv CC);