Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8084 << 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()
H A DSemaCast.cpp2143 StringRef SrcCCName = FunctionType::getNameForCallConv(SrcCC); in DiagnoseCallingConvCast()
2144 StringRef DstCCName = FunctionType::getNameForCallConv(DstCC); in DiagnoseCallingConvCast()
H A DSemaStmt.cpp778 << FunctionType::getNameForCallConv(CallerType.Func->getCallConv()) in checkMustTailAttr()
779 << FunctionType::getNameForCallConv(CalleeType.Func->getCallConv()); in checkMustTailAttr()
H A DSemaDecl.cpp3869 << 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()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp588 JOS.attribute("cc", FunctionType::getNameForCallConv(E.getCC())); in VisitFunctionType()
H A DTextNodeDumper.cpp1641 OS << " " << FunctionType::getNameForCallConv(EI.getCC()); in VisitFunctionType()
H A DType.cpp3417 StringRef FunctionType::getNameForCallConv(CallingConv CC) { in getNameForCallConv() function in FunctionType
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4140 static StringRef getNameForCallConv(CallingConv CC);