Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp4523 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()
4553 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()
4554 << FunctionType::getNameForCallConv(CCOld); in handleFunctionTypeAttr()
4570 S.Diag(attr.getLoc(), DiagID) << FunctionType::getNameForCallConv(CC); in handleFunctionTypeAttr()
4579 << "regparm" << FunctionType::getNameForCallConv(CC_X86FastCall); in handleFunctionTypeAttr()
H A DSemaDecl.cpp2590 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
2593 FunctionType::getNameForCallConv(FI.getCC())); in MergeFunctionDecl()
7423 << FunctionType::getNameForCallConv(CC); in ActOnFunctionDeclarator()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp1577 StringRef FunctionType::getNameForCallConv(CallingConv CC) { in getNameForCallConv() function in FunctionType
H A DASTDumper.cpp314 OS << " " << FunctionType::getNameForCallConv(EI.getCC()); in VisitFunctionType()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DType.h2843 static StringRef getNameForCallConv(CallingConv CC);