Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h304 inline bool supportsVariadicCall(CallingConv CC) { in supportsVariadicCall() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3650 (!FTI.isVariadic || supportsVariadicCall(CC))) { in getCCForDeclaratorChunk()
7943 if (!supportsVariadicCall(CC)) { in handleFunctionTypeAttr()
H A DSemaDecl.cpp10333 if (!supportsVariadicCall(CC)) { in ActOnFunctionDeclarator()