Home
last modified time | relevance | path

Searched refs:EST_ComputedNoexcept (Results 1 – 16 of 16) sorted by relevance

/external/clang/include/clang/Basic/
DExceptionSpecificationType.h27 EST_ComputedNoexcept, ///< noexcept(expression) enumerator
37 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept; in isNoexceptExceptionSpec()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp224 } else if (EPI.ExceptionSpecType == EST_ComputedNoexcept) { in CheckEquivalentExceptionSpec()
285 case EST_ComputedNoexcept: in CheckEquivalentExceptionSpec()
DDeclSpec.cpp234 case EST_ComputedNoexcept: in getFunction()
DSemaDeclCXX.cpp171 if (EST == EST_ComputedNoexcept) { in CalledDecl()
11739 case EST_ComputedNoexcept: in checkThisInStaticMemberFunctionExceptionSpec()
11846 if (EST == EST_ComputedNoexcept) { in checkExceptionSpecification()
DSemaType.cpp2736 } else if (FTI.getExceptionSpecType() == EST_ComputedNoexcept) { in GetFullTypeForDeclarator()
/external/clang/lib/AST/
DType.cpp1628 } else if (getExceptionSpecType() == EST_ComputedNoexcept) { in FunctionProtoType()
1668 if (est != EST_ComputedNoexcept) in getNoexceptSpec()
1734 } else if (epi.ExceptionSpecType == EST_ComputedNoexcept && epi.NoexceptExpr){ in Profile()
DDumpXML.cpp988 case EST_ComputedNoexcept: set("exception_spec", "noexcept(expr)"); break; in visitFunctionProtoTypeAttrs()
DDeclPrinter.cpp471 if (FT->getExceptionSpecType() == EST_ComputedNoexcept) { in VisitFunctionDecl()
DTypePrinter.cpp573 if (getExceptionSpecType() == EST_ComputedNoexcept) { in printExceptionSpecification()
DASTImporter.cpp544 } else if (Proto1->getExceptionSpecType() == EST_ComputedNoexcept) { in IsStructurallyEquivalent()
DASTContext.cpp2716 } else if (EPI.ExceptionSpecType == EST_ComputedNoexcept) { in getFunctionType()
/external/clang/include/clang/AST/
DType.h2852 if (getExceptionSpecType() != EST_ComputedNoexcept)
2881 } else if (EPI.ExceptionSpecType == EST_ComputedNoexcept) {
2926 if (getExceptionSpecType() != EST_ComputedNoexcept)
2955 if (EST != EST_ComputedNoexcept)
/external/clang/lib/Parse/
DParseDeclCXX.cpp2824 NoexceptType = EST_ComputedNoexcept; in tryParseExceptionSpecification()
/external/clang/include/clang/Sema/
DSema.h3528 assert(ComputedEST != EST_ComputedNoexcept && in getExceptionSpecType()
3556 EPI.ExceptionSpecType = EST_ComputedNoexcept; in getEPI()
/external/clang/lib/Serialization/
DASTWriter.cpp200 } else if (T->getExceptionSpecType() == EST_ComputedNoexcept) { in VisitFunctionProtoType()
DASTReader.cpp4395 } else if (EST == EST_ComputedNoexcept) { in readTypeRecord()