Home
last modified time | relevance | path

Searched refs:NumAppendArgs (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp7363 unsigned NumAppendArgs, in checkOpenMPDeclareVariantFunction() argument
7452 if (NumAppendArgs) { in checkOpenMPDeclareVariantFunction()
7479 Params.insert(Params.end(), NumAppendArgs, InteropType); in checkOpenMPDeclareVariantFunction()
7524 << (NumAppendArgs ? 1 : 0) << VariantRef->getSourceRange(); in checkOpenMPDeclareVariantFunction()
7577 << NewFD->getType() << FD->getType() << (NumAppendArgs ? 1 : 0) in checkOpenMPDeclareVariantFunction()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h11696 OMPTraitInfo &TI, unsigned NumAppendArgs,