Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp6482 auto ESI = IES.getExceptionSpec(); in EvaluateImplicitExceptionSpec()
6717 EPI.ExceptionSpec = IES.getExceptionSpec(); in CheckExplicitlyDefaultedMemberExceptionSpec()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4795 FunctionProtoType::ExceptionSpecInfo getExceptionSpec() const { in getExceptionSpec() function