Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp185 if (!Method || ComputedEST == EST_MSAny) in CalledDecl()
197 if (ComputedEST == EST_None) in CalledDecl()
215 ComputedEST = EST; in CalledDecl()
219 ComputedEST = EST_None; in CalledDecl()
231 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()
232 ComputedEST = EST_DynamicNone; in CalledDecl()
241 assert(ComputedEST != EST_None && in CalledDecl()
243 ComputedEST = EST_Dynamic; in CalledDecl()
251 if (!S || ComputedEST == EST_MSAny) in CalledStmt()
276 ComputedEST = EST_None; in CalledStmt()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6434 ExceptionSpecificationType ComputedEST; variable
6445 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()
6447 ComputedEST = EST_DynamicNone; in ImplicitExceptionSpecification()
6452 assert(!isComputedNoexcept(ComputedEST) && in getExceptionSpecType()
6454 return ComputedEST; in getExceptionSpecType()