Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp4395 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()
4427 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()
4428 << FunctionType::getNameForCallConv(CCOld); in handleFunctionTypeAttr()
4437 << FunctionType::getNameForCallConv(CC); in handleFunctionTypeAttr()
4445 << FunctionType::getNameForCallConv(CC); in handleFunctionTypeAttr()
4454 << FunctionType::getNameForCallConv(CC); in handleFunctionTypeAttr()
DSemaDecl.cpp2390 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
2393 FunctionType::getNameForCallConv(OldTypeInfo.getCC())); in MergeFunctionDecl()
/external/clang/lib/AST/
DType.cpp1560 StringRef FunctionType::getNameForCallConv(CallingConv CC) { in getNameForCallConv() function in FunctionType
/external/clang/include/clang/AST/
DType.h2774 static StringRef getNameForCallConv(CallingConv CC);