Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp163 if (!Method || ComputedEST == EST_MSAny) in CalledDecl()
175 if (ComputedEST == EST_None) in CalledDecl()
193 ComputedEST = EST; in CalledDecl()
197 ComputedEST = EST_None; in CalledDecl()
209 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()
210 ComputedEST = EST_DynamicNone; in CalledDecl()
219 assert(ComputedEST != EST_None && in CalledDecl()
221 ComputedEST = EST_Dynamic; in CalledDecl()
229 if (!S || ComputedEST == EST_MSAny) in CalledStmt()
254 ComputedEST = EST_None; in CalledStmt()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5849 ExceptionSpecificationType ComputedEST; variable
5860 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()
5862 ComputedEST = EST_DynamicNone; in ImplicitExceptionSpecification()
5867 assert(!isComputedNoexcept(ComputedEST) && in getExceptionSpecType()
5869 return ComputedEST; in getExceptionSpecType()