Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp186 if (!Method || ComputedEST == EST_MSAny) in CalledDecl()
198 if (ComputedEST == EST_None) in CalledDecl()
216 ComputedEST = EST; in CalledDecl()
220 ComputedEST = EST_None; in CalledDecl()
232 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()
233 ComputedEST = EST_DynamicNone; in CalledDecl()
242 assert(ComputedEST != EST_None && in CalledDecl()
244 ComputedEST = EST_Dynamic; in CalledDecl()
252 if (!S || ComputedEST == EST_MSAny) in CalledStmt()
277 ComputedEST = EST_None; in CalledStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5414 ExceptionSpecificationType ComputedEST; variable
5425 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()
5427 ComputedEST = EST_DynamicNone; in ImplicitExceptionSpecification()
5432 assert(!isComputedNoexcept(ComputedEST) && in getExceptionSpecType()
5434 return ComputedEST; in getExceptionSpecType()