Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DExceptionSpecificationType.h27 EST_ComputedNoexcept, ///< noexcept(expression) enumerator
38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept; in isNoexceptExceptionSpec()
/external/clang/lib/AST/
DType.cpp1637 } else if (getExceptionSpecType() == EST_ComputedNoexcept) { in FunctionProtoType()
1692 if (est != EST_ComputedNoexcept) in getNoexceptSpec()
1726 if (EST != EST_ComputedNoexcept) in isNothrow()
1783 } else if (epi.ExceptionSpec.Type == EST_ComputedNoexcept && in Profile()
DDeclPrinter.cpp495 if (FT->getExceptionSpecType() == EST_ComputedNoexcept) { in VisitFunctionDecl()
DTypePrinter.cpp607 if (getExceptionSpecType() == EST_ComputedNoexcept) { in printExceptionSpecification()
DASTImporter.cpp560 } else if (Proto1->getExceptionSpecType() == EST_ComputedNoexcept) { in IsStructurallyEquivalent()
DASTContext.cpp2970 } else if (EPI.ExceptionSpec.Type == EST_ComputedNoexcept) { in getFunctionType()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp267 } else if (ESI.Type == EST_ComputedNoexcept) { in CheckEquivalentExceptionSpec()
305 case EST_ComputedNoexcept: in CheckEquivalentExceptionSpec()
DSemaTemplateVariadic.cpp776 } else if (Chunk.Fun.getExceptionSpecType() == EST_ComputedNoexcept && in containsUnexpandedParameterPacks()
DDeclSpec.cpp259 case EST_ComputedNoexcept: in getFunction()
DSemaDeclCXX.cpp192 if (EST == EST_ComputedNoexcept) { in CalledDecl()
13503 case EST_ComputedNoexcept: in checkThisInStaticMemberFunctionExceptionSpec()
13599 if (EST == EST_ComputedNoexcept) { in checkExceptionSpecification()
DSemaType.cpp3039 } else if (FTI.getExceptionSpecType() == EST_ComputedNoexcept) { in GetFullTypeForDeclarator()
DTreeTransform.h4699 if (ESI.Type == EST_ComputedNoexcept) { in TransformExceptionSpec()
/external/clang/include/clang/AST/
DType.h2996 if (getExceptionSpecType() != EST_ComputedNoexcept)
3024 } else if (EPI.ExceptionSpec.Type == EST_ComputedNoexcept) {
3071 if (getExceptionSpecType() != EST_ComputedNoexcept)
/external/clang/lib/Parse/
DParseDeclCXX.cpp3319 NoexceptType = EST_ComputedNoexcept; in tryParseExceptionSpecification()
/external/clang/include/clang/Sema/
DSema.h4002 assert(ComputedEST != EST_ComputedNoexcept && in getExceptionSpecType()
4030 ESI.Type = EST_ComputedNoexcept; in getExceptionSpec()
/external/clang/lib/Serialization/
DASTWriter.cpp213 } else if (T->getExceptionSpecType() == EST_ComputedNoexcept) { in addExceptionSpec()
DASTReader.cpp5700 } else if (EST == EST_ComputedNoexcept) { in readExceptionSpec()