Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp178 if (!Method || ComputedEST == EST_MSAny) in CalledDecl()
190 if (ComputedEST == EST_None) in CalledDecl()
208 ComputedEST = EST; in CalledDecl()
212 ComputedEST = EST_None; in CalledDecl()
224 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()
225 ComputedEST = EST_DynamicNone; in CalledDecl()
234 assert(ComputedEST != EST_None && in CalledDecl()
236 ComputedEST = EST_Dynamic; in CalledDecl()
244 if (!S || ComputedEST == EST_MSAny) in CalledStmt()
269 ComputedEST = EST_None; in CalledStmt()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h6287 ExceptionSpecificationType ComputedEST; variable
6298 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()
6300 ComputedEST = EST_DynamicNone; in ImplicitExceptionSpecification()
6305 assert(!isComputedNoexcept(ComputedEST) && in getExceptionSpecType()
6307 return ComputedEST; in getExceptionSpecType()