Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
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()
/external/clang/include/clang/Basic/
DExceptionSpecificationType.h33 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) { in isDynamicExceptionSpec()
37 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { in isNoexceptExceptionSpec()
41 inline bool isUnresolvedExceptionSpec(ExceptionSpecificationType ESpecType) { in isUnresolvedExceptionSpec()
/external/clang/lib/Sema/
DDeclSpec.cpp169 ESpecType, in getFunction()
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp171 ESpecType, in getFunction()
/external/clang/lib/Parse/
DParseExprCXX.cpp1175 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer() local
DParseDecl.cpp5593 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator() local
/external/llvm-project/clang/lib/Parse/
DParseExprCXX.cpp1359 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer() local
DParseDecl.cpp6446 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator() local