Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7530 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()
7610 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()
7611 << FunctionType::getNameForCallConv(CCOld); in handleFunctionTypeAttr()
7631 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()
7636 << FunctionType::getNameForCallConv(CC); in handleFunctionTypeAttr()
7643 << "regparm" << FunctionType::getNameForCallConv(CC_X86FastCall); in handleFunctionTypeAttr()
7696 << FunctionType::getNameForCallConv(CurCC) in adjustMemberFunctionCC()
H A DSemaCast.cpp2094 StringRef SrcCCName = FunctionType::getNameForCallConv(SrcCC); in DiagnoseCallingConvCast()
2095 StringRef DstCCName = FunctionType::getNameForCallConv(DstCC); in DiagnoseCallingConvCast()
H A DSemaStmt.cpp760 << FunctionType::getNameForCallConv(CallerType.Func->getCallConv()) in checkMustTailAttr()
761 << FunctionType::getNameForCallConv(CalleeType.Func->getCallConv()); in checkMustTailAttr()
H A DSemaDecl.cpp3441 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
3449 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
3452 FunctionType::getNameForCallConv(FI.getCC())); in MergeFunctionDecl()
9590 << FunctionType::getNameForCallConv(CC); in ActOnFunctionDeclarator()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp541 JOS.attribute("cc", FunctionType::getNameForCallConv(E.getCC())); in VisitFunctionType()
H A DTextNodeDumper.cpp1495 OS << " " << FunctionType::getNameForCallConv(EI.getCC()); in VisitFunctionType()
H A DType.cpp3130 StringRef FunctionType::getNameForCallConv(CallingConv CC) { in getNameForCallConv() function in FunctionType
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3839 static StringRef getNameForCallConv(CallingConv CC);