Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp7495 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()
7575 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()
7576 << FunctionType::getNameForCallConv(CCOld); in handleFunctionTypeAttr()
7596 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()
7601 << FunctionType::getNameForCallConv(CC); in handleFunctionTypeAttr()
7608 << "regparm" << FunctionType::getNameForCallConv(CC_X86FastCall); in handleFunctionTypeAttr()
7661 << FunctionType::getNameForCallConv(CurCC) in adjustMemberFunctionCC()
H A DSemaCast.cpp2084 StringRef SrcCCName = FunctionType::getNameForCallConv(SrcCC); in DiagnoseCallingConvCast()
2085 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.cpp3378 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
3386 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
3389 FunctionType::getNameForCallConv(FI.getCC())); in MergeFunctionDecl()
9531 << FunctionType::getNameForCallConv(CC); in ActOnFunctionDeclarator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp510 JOS.attribute("cc", FunctionType::getNameForCallConv(E.getCC())); in VisitFunctionType()
H A DTextNodeDumper.cpp1443 OS << " " << FunctionType::getNameForCallConv(EI.getCC()); in VisitFunctionType()
H A DType.cpp3127 StringRef FunctionType::getNameForCallConv(CallingConv CC) { in getNameForCallConv() function in FunctionType
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h3839 static StringRef getNameForCallConv(CallingConv CC);