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.cpp881 bool SkipSourceFirstParameter, SourceLocation SourceLoc) { in CheckParamExceptionSpec() argument
893 (Source->getNumParams() - (unsigned)SkipSourceFirstParameter) && in CheckParamExceptionSpec()
901 TargetLoc, Source->getParamType(SkipSourceFirstParameter ? 1 : 0), in CheckParamExceptionSpec()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6201 bool SkipSourceFirstParameter, SourceLocation SourceLoc);