Home
last modified time | relevance | path

Searched defs:ESpecType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DExceptionSpecificationType.h35 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) { in isDynamicExceptionSpec()
39 inline bool isComputedNoexcept(ExceptionSpecificationType ESpecType) { in isComputedNoexcept()
44 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { in isNoexceptExceptionSpec()
49 inline bool isUnresolvedExceptionSpec(ExceptionSpecificationType ESpecType) { in isUnresolvedExceptionSpec()
53 inline bool isExplicitThrowExceptionSpec(ExceptionSpecificationType ESpecType) { in isExplicitThrowExceptionSpec()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp172 ESpecType, in getFunction()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1530 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer() local
H A DParseDecl.cpp7511 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator() local