Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp7683 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()
7763 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()
7764 << FunctionType::getNameForCallConv(CCOld); in handleFunctionTypeAttr()
7784 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()
7789 << FunctionType::getNameForCallConv(CC); in handleFunctionTypeAttr()
7796 << "regparm" << FunctionType::getNameForCallConv(CC_X86FastCall); in handleFunctionTypeAttr()
7849 << FunctionType::getNameForCallConv(CurCC) in adjustMemberFunctionCC()
H A DSemaCast.cpp2096 StringRef SrcCCName = FunctionType::getNameForCallConv(SrcCC); in DiagnoseCallingConvCast()
2097 StringRef DstCCName = FunctionType::getNameForCallConv(DstCC); in DiagnoseCallingConvCast()
H A DSemaStmt.cpp777 << FunctionType::getNameForCallConv(CallerType.Func->getCallConv()) in checkMustTailAttr()
778 << FunctionType::getNameForCallConv(CalleeType.Func->getCallConv()); in checkMustTailAttr()
H A DSemaDecl.cpp3712 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
3720 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
3723 FunctionType::getNameForCallConv(FI.getCC())); in MergeFunctionDecl()
10031 << FunctionType::getNameForCallConv(CC); in ActOnFunctionDeclarator()
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp541 JOS.attribute("cc", FunctionType::getNameForCallConv(E.getCC())); in VisitFunctionType()
H A DTextNodeDumper.cpp1510 OS << " " << FunctionType::getNameForCallConv(EI.getCC()); in VisitFunctionType()
H A DType.cpp3174 StringRef FunctionType::getNameForCallConv(CallingConv CC) { in getNameForCallConv() function in FunctionType
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h3908 static StringRef getNameForCallConv(CallingConv CC);