Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7932 << FunctionType::getNameForCallConv(CC) << "regparm" in handleFunctionTypeAttr()
8091 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()
8092 << FunctionType::getNameForCallConv(CCOld) in handleFunctionTypeAttr()
8113 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()
8118 << FunctionType::getNameForCallConv(CC); in handleFunctionTypeAttr()
8125 << "regparm" << FunctionType::getNameForCallConv(CC_X86FastCall) in handleFunctionTypeAttr()
8180 << FunctionType::getNameForCallConv(CurCC) in adjustMemberFunctionCC()
H A DSemaCast.cpp2184 StringRef SrcCCName = FunctionType::getNameForCallConv(SrcCC); in DiagnoseCallingConvCast()
2185 StringRef DstCCName = FunctionType::getNameForCallConv(DstCC); in DiagnoseCallingConvCast()
H A DSemaStmt.cpp844 << FunctionType::getNameForCallConv(CallerType.Func->getCallConv()) in checkMustTailAttr()
845 << FunctionType::getNameForCallConv(CalleeType.Func->getCallConv()); in checkMustTailAttr()
H A DSemaDecl.cpp3784 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
3792 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
3795 FunctionType::getNameForCallConv(FI.getCC())); in MergeFunctionDecl()
10558 << FunctionType::getNameForCallConv(CC); in ActOnFunctionDeclarator()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp620 JOS.attribute("cc", FunctionType::getNameForCallConv(E.getCC())); in VisitFunctionType()
H A DTextNodeDumper.cpp2028 OS << " " << FunctionType::getNameForCallConv(EI.getCC()); in VisitFunctionType()
H A DType.cpp3601 StringRef FunctionType::getNameForCallConv(CallingConv CC) { in getNameForCallConv() function in FunctionType
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4744 static StringRef getNameForCallConv(CallingConv CC);
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10916 …Type18getNameForCallConvENS_11CallingConvE", "clang::FunctionType::getNameForCallConv(clang::Calli…