Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp15460 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification() argument
15473 if (IsTopLevel) { in checkExceptionSpecification()
15498 if (IsTopLevel && DiagnoseUnexpandedParameterPack(NoexceptExpr)) { in checkExceptionSpecification()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4862 void checkExceptionSpecification(bool IsTopLevel,