Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDExceptionSpecificationType.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()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDDeclSpec.cpp162 ESpecType, in getFunction()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseExprCXX.cpp1338 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer() local
HDParseDecl.cpp6415 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator() local