Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp171 ESpecType, in getFunction()
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp1344 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer() local
H A DParseDecl.cpp6506 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator() local