Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp5336 auto ESI = computeImplicitExceptionSpec(*this, Loc, MD).getExceptionSpec(); in EvaluateImplicitExceptionSpec()
5535 .getExceptionSpec(); in CheckExplicitlyDefaultedMemberExceptionSpec()
/external/clang/include/clang/Sema/
DSema.h4383 FunctionProtoType::ExceptionSpecInfo getExceptionSpec() const { in getExceptionSpec() function
/external/llvm-project/clang/include/clang/Sema/
DSema.h5681 FunctionProtoType::ExceptionSpecInfo getExceptionSpec() const { in getExceptionSpec() function
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp7205 auto ESI = IES.getExceptionSpec(); in EvaluateImplicitExceptionSpec()