Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DExceptionSpecificationType.h37 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { in isNoexceptExceptionSpec() function
/external/clang/lib/CodeGen/
DCGException.cpp442 if (isNoexceptExceptionSpec(EST)) { in EmitStartEHSpec()
521 if (isNoexceptExceptionSpec(EST)) { in EmitEndEHSpec()
/external/clang/lib/AST/
DDeclPrinter.cpp543 } else if (FT && isNoexceptExceptionSpec(FT->getExceptionSpecType())) { in VisitFunctionDecl()
DTypePrinter.cpp610 } else if (isNoexceptExceptionSpec(getExceptionSpecType())) { in printExceptionSpecification()
/external/clang/include/clang/AST/
DType.h3320 return isNoexceptExceptionSpec(getExceptionSpecType());