Home
last modified time | relevance | path

Searched refs:isNoexceptExceptionSpec (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Basic/
DExceptionSpecificationType.h36 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { in isNoexceptExceptionSpec() function
/external/clang/lib/CodeGen/
DCGException.cpp496 if (isNoexceptExceptionSpec(EST)) { in EmitStartEHSpec()
564 if (isNoexceptExceptionSpec(EST)) { in EmitEndEHSpec()
/external/clang/lib/AST/
DTypePrinter.cpp573 } else if (isNoexceptExceptionSpec(getExceptionSpecType())) { in printExceptionSpecification()
1360 } else if (isNoexceptExceptionSpec(getExceptionSpecType())) { in printExceptionSpecification()
DDeclPrinter.cpp468 } else if (FT && isNoexceptExceptionSpec(FT->getExceptionSpecType())) { in VisitFunctionDecl()
/external/clang/include/clang/AST/
DType.h2872 return isNoexceptExceptionSpec(getExceptionSpecType());