Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSpecifiers.h292 inline bool supportsVariadicCall(CallingConv CC) { in supportsVariadicCall() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp4012 (!FTI.isVariadic || supportsVariadicCall(CC))) { in getCCForDeclaratorChunk()
7878 if (!supportsVariadicCall(CC)) { in handleFunctionTypeAttr()
H A DSemaDecl.cpp10232 if (!supportsVariadicCall(CC)) { in ActOnFunctionDeclarator()