Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTextNodeDumper.cpp1086 OS << " " << FunctionType::getNameForCallConv(EI.getCC()); in VisitFunctionType()
H A DType.cpp2822 StringRef FunctionType::getNameForCallConv(CallingConv CC) { in getNameForCallConv() function in FunctionType
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp1882 StringRef SrcCCName = FunctionType::getNameForCallConv(SrcCC); in DiagnoseCallingConvCast()
1883 StringRef DstCCName = FunctionType::getNameForCallConv(DstCC); in DiagnoseCallingConvCast()
H A DSemaType.cpp6833 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()
6862 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()
6863 << FunctionType::getNameForCallConv(CCOld); in handleFunctionTypeAttr()
6889 S.Diag(attr.getLoc(), DiagID) << FunctionType::getNameForCallConv(CC); in handleFunctionTypeAttr()
6898 << "regparm" << FunctionType::getNameForCallConv(CC_X86FastCall); in handleFunctionTypeAttr()
6947 << FunctionType::getNameForCallConv(CurCC); in adjustMemberFunctionCC()
H A DSemaDecl.cpp3133 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
3136 FunctionType::getNameForCallConv(FI.getCC())); in MergeFunctionDecl()
8836 << FunctionType::getNameForCallConv(CC); in ActOnFunctionDeclarator()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3640 static StringRef getNameForCallConv(CallingConv CC);