Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp155 if (!Method || ComputedEST == EST_MSAny) in CalledDecl()
167 if (ComputedEST == EST_None) in CalledDecl()
185 ComputedEST = EST; in CalledDecl()
189 ComputedEST = EST_None; in CalledDecl()
200 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()
201 ComputedEST = EST_DynamicNone; in CalledDecl()
210 assert(ComputedEST != EST_None && in CalledDecl()
212 ComputedEST = EST_Dynamic; in CalledDecl()
220 if (!E || ComputedEST == EST_MSAny) in CalledExpr()
245 ComputedEST = EST_None; in CalledExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4758 ExceptionSpecificationType ComputedEST; variable
4769 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()
4771 ComputedEST = EST_DynamicNone; in ImplicitExceptionSpecification()
4776 assert(!isComputedNoexcept(ComputedEST) && in getExceptionSpecType()
4778 return ComputedEST; in getExceptionSpecType()