Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp882 bool SkipSourceFirstParameter, SourceLocation SourceLoc) { in CheckParamExceptionSpec() argument
894 (Source->getNumParams() - (unsigned)SkipSourceFirstParameter) && in CheckParamExceptionSpec()
902 TargetLoc, Source->getParamType(SkipSourceFirstParameter ? 1 : 0), in CheckParamExceptionSpec()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6631 bool SkipSourceFirstParameter, SourceLocation SourceLoc);