Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp164 if (!Method || ComputedEST == EST_MSAny) in CalledDecl()
176 if (ComputedEST == EST_None) in CalledDecl()
194 ComputedEST = EST; in CalledDecl()
198 ComputedEST = EST_None; in CalledDecl()
210 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()
211 ComputedEST = EST_DynamicNone; in CalledDecl()
220 assert(ComputedEST != EST_None && in CalledDecl()
222 ComputedEST = EST_Dynamic; in CalledDecl()
230 if (!S || ComputedEST == EST_MSAny) in CalledStmt()
255 ComputedEST = EST_None; in CalledStmt()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h6132 ExceptionSpecificationType ComputedEST; variable
6143 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()
6145 ComputedEST = EST_DynamicNone; in ImplicitExceptionSpecification()
6150 assert(!isComputedNoexcept(ComputedEST) && in getExceptionSpecType()
6152 return ComputedEST; in getExceptionSpecType()