Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h276 inline bool supportsVariadicCall(CallingConv CC) { in supportsVariadicCall() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp3845 (!FTI.isVariadic || supportsVariadicCall(CC))) { in getCCForDeclaratorChunk()
7589 if (!supportsVariadicCall(CC)) { in handleFunctionTypeAttr()
H A DSemaDecl.cpp9525 if (!supportsVariadicCall(CC)) { in ActOnFunctionDeclarator()