Searched refs:getNameForCallConv (Results 1 – 8 of 8) sorted by relevance
7495 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()7575 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()7576 << FunctionType::getNameForCallConv(CCOld); in handleFunctionTypeAttr()7596 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()7601 << FunctionType::getNameForCallConv(CC); in handleFunctionTypeAttr()7608 << "regparm" << FunctionType::getNameForCallConv(CC_X86FastCall); in handleFunctionTypeAttr()7661 << FunctionType::getNameForCallConv(CurCC) in adjustMemberFunctionCC()
2084 StringRef SrcCCName = FunctionType::getNameForCallConv(SrcCC); in DiagnoseCallingConvCast()2085 StringRef DstCCName = FunctionType::getNameForCallConv(DstCC); in DiagnoseCallingConvCast()
760 << FunctionType::getNameForCallConv(CallerType.Func->getCallConv()) in checkMustTailAttr()761 << FunctionType::getNameForCallConv(CalleeType.Func->getCallConv()); in checkMustTailAttr()
3378 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()3386 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()3389 FunctionType::getNameForCallConv(FI.getCC())); in MergeFunctionDecl()9531 << FunctionType::getNameForCallConv(CC); in ActOnFunctionDeclarator()
510 JOS.attribute("cc", FunctionType::getNameForCallConv(E.getCC())); in VisitFunctionType()
1443 OS << " " << FunctionType::getNameForCallConv(EI.getCC()); in VisitFunctionType()
3127 StringRef FunctionType::getNameForCallConv(CallingConv CC) { in getNameForCallConv() function in FunctionType
3839 static StringRef getNameForCallConv(CallingConv CC);