Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSpecifiers.h259 inline bool supportsVariadicCall(CallingConv CC) { in supportsVariadicCall() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp3391 (!FTI.isVariadic || supportsVariadicCall(CC))) { in getCCForDeclaratorChunk()
6876 if (!supportsVariadicCall(CC)) { in handleFunctionTypeAttr()
H A DSemaDecl.cpp8830 if (!supportsVariadicCall(CC)) { in ActOnFunctionDeclarator()