Home
last modified time | relevance | path

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

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