Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp899 const FunctionProtoType *Target, bool SkipTargetFirstParameter, in CheckParamExceptionSpec() argument
912 assert((Target->getNumParams() - (unsigned)SkipTargetFirstParameter) == in CheckParamExceptionSpec()
920 Target->getParamType(i + (SkipTargetFirstParameter ? 1 : 0)), in CheckParamExceptionSpec()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2203 const FunctionProtoType *Target, bool SkipTargetFirstParameter,