Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDExceptionSpecificationType.h33 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) { in isDynamicExceptionSpec()
37 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { in isNoexceptExceptionSpec()
41 inline bool isUnresolvedExceptionSpec(ExceptionSpecificationType ESpecType) { in isUnresolvedExceptionSpec()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDDeclSpec.cpp179 ESpecType, in getFunction()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseExprCXX.cpp1107 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer() local
HDParseDecl.cpp5468 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator() local