Home
last modified time | relevance | path

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

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