HomeSort by relevance Sort by last modified time
    Searched full:isnoexceptexceptionspec (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Basic/
ExceptionSpecificationType.h 36 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) {
  /external/clang/lib/CodeGen/
CGException.cpp 493 if (isNoexceptExceptionSpec(EST)) {
567 if (isNoexceptExceptionSpec(EST)) {
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 478 } else if (FT && isNoexceptExceptionSpec(FT->getExceptionSpecType())) {
    [all...]
TypePrinter.cpp 592 } else if (isNoexceptExceptionSpec(getExceptionSpecType())) {
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 457 milliseconds