Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp4514 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()
4544 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()
4545 << FunctionType::getNameForCallConv(CCOld); in handleFunctionTypeAttr()
4561 S.Diag(attr.getLoc(), DiagID) << FunctionType::getNameForCallConv(CC); in handleFunctionTypeAttr()
4571 << FunctionType::getNameForCallConv(CC); in handleFunctionTypeAttr()
4580 << FunctionType::getNameForCallConv(CC); in handleFunctionTypeAttr()
DSemaDecl.cpp2500 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
2503 FunctionType::getNameForCallConv(FI.getCC())); in MergeFunctionDecl()
/external/clang/lib/AST/
DType.cpp1573 StringRef FunctionType::getNameForCallConv(CallingConv CC) { in getNameForCallConv() function in FunctionType
/external/clang/include/clang/AST/
DType.h2801 static StringRef getNameForCallConv(CallingConv CC);