Home
last modified time | relevance | path

Searched refs:supportsVariadicCall (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
DSpecifiers.h252 inline bool supportsVariadicCall(CallingConv CC) { in supportsVariadicCall() function
/external/clang/lib/Sema/
DSemaType.cpp3137 (!FTI.isVariadic || supportsVariadicCall(CC))) { in getCCForDeclaratorChunk()
6204 if (!supportsVariadicCall(CC)) { in handleFunctionTypeAttr()
DSemaDecl.cpp8235 if (!supportsVariadicCall(CC)) { in ActOnFunctionDeclarator()