Searched defs:ESpecType (Results 1 – 3 of 3) sorted by relevance
30 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) { in isDynamicExceptionSpec()34 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { in isNoexceptExceptionSpec()
154 ESpecType, in getFunction()
3688 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator() local