Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7775 << FunctionType::getNameForCallConv(CC) << "regparm" in handleFunctionTypeAttr()
7928 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()
7929 << FunctionType::getNameForCallConv(CCOld) in handleFunctionTypeAttr()
7950 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()
7955 << FunctionType::getNameForCallConv(CC); in handleFunctionTypeAttr()
7962 << "regparm" << FunctionType::getNameForCallConv(CC_X86FastCall) in handleFunctionTypeAttr()
8017 << FunctionType::getNameForCallConv(CurCC) in adjustMemberFunctionCC()
H A DSemaCast.cpp2152 StringRef SrcCCName = FunctionType::getNameForCallConv(SrcCC); in DiagnoseCallingConvCast()
2153 StringRef DstCCName = FunctionType::getNameForCallConv(DstCC); in DiagnoseCallingConvCast()
H A DSemaStmt.cpp801 << FunctionType::getNameForCallConv(CallerType.Func->getCallConv()) in checkMustTailAttr()
802 << FunctionType::getNameForCallConv(CalleeType.Func->getCallConv()); in checkMustTailAttr()
H A DSemaDecl.cpp3715 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
3723 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
3726 FunctionType::getNameForCallConv(FI.getCC())); in MergeFunctionDecl()
10339 << FunctionType::getNameForCallConv(CC); in ActOnFunctionDeclarator()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp621 JOS.attribute("cc", FunctionType::getNameForCallConv(E.getCC())); in VisitFunctionType()
H A DTextNodeDumper.cpp1876 OS << " " << FunctionType::getNameForCallConv(EI.getCC()); in VisitFunctionType()
H A DType.cpp3485 StringRef FunctionType::getNameForCallConv(CallingConv CC) { in getNameForCallConv() function in FunctionType
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4628 static StringRef getNameForCallConv(CallingConv CC);