Home
last modified time | relevance | path

Searched refs:EST_BasicNoexcept (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/Basic/
DExceptionSpecificationType.h26 EST_BasicNoexcept, ///< noexcept enumerator
37 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept; in isNoexceptExceptionSpec()
/external/clang/lib/AST/
DDumpXML.cpp987 case EST_BasicNoexcept: set("exception_spec", "noexcept"); break; in visitFunctionProtoTypeAttrs()
DType.cpp1665 if (est == EST_BasicNoexcept) in getNoexceptSpec()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp281 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
DSemaDeclCXX.cpp155 if (EST == EST_BasicNoexcept) in CalledDecl()
165 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()
11733 case EST_BasicNoexcept: in checkThisInStaticMemberFunctionExceptionSpec()
11854 EPI.ExceptionSpecType = EST_BasicNoexcept; in checkExceptionSpecification()
DSemaTemplateInstantiateDecl.cpp2672 EPI.ExceptionSpecType != EST_BasicNoexcept) { in InitFunctionInstantiation()
DSemaExprCXX.cpp1897 EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()
DSemaDecl.cpp6086 EPI.ExceptionSpecType = EST_BasicNoexcept; in ActOnFunctionDeclarator()
/external/clang/lib/Parse/
DParseDeclCXX.cpp2835 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
/external/clang/include/clang/AST/
DType.h2953 if (EST == EST_DynamicNone || EST == EST_BasicNoexcept)
/external/clang/include/clang/Sema/
DSema.h3521 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()