Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DExceptionSpecificationType.h34 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { in isNoexceptExceptionSpec() function
/external/clang/lib/CodeGen/
DCGException.cpp459 if (isNoexceptExceptionSpec(EST)) { in EmitStartEHSpec()
490 if (isNoexceptExceptionSpec(EST)) { in EmitEndEHSpec()
/external/clang/lib/AST/
DDeclPrinter.cpp437 } else if (FT && isNoexceptExceptionSpec(FT->getExceptionSpecType())) { in VisitFunctionDecl()
DTypePrinter.cpp488 } else if (isNoexceptExceptionSpec(T->getExceptionSpecType())) { in printFunctionProto()
/external/clang/include/clang/AST/
DType.h2793 return isNoexceptExceptionSpec(getExceptionSpecType());