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/Sema/
DSemaExceptionSpec.cpp281 if (ESI.Type == EST_ComputedNoexcept) { in CheckEquivalentExceptionSpec()
294 if (getLangOpts().MicrosoftExt && ESI.Type != EST_ComputedNoexcept) { in CheckEquivalentExceptionSpec()
299 ESI.Type != EST_ComputedNoexcept) { in CheckEquivalentExceptionSpec()
336 case EST_ComputedNoexcept: in CheckEquivalentExceptionSpec()
DSemaTemplateVariadic.cpp781 } else if (Chunk.Fun.getExceptionSpecType() == EST_ComputedNoexcept && in containsUnexpandedParameterPacks()
DDeclSpec.cpp250 case EST_ComputedNoexcept: in getFunction()
DSemaDeclCXX.cpp188 case EST_ComputedNoexcept: in CalledDecl()
13789 case EST_ComputedNoexcept: in checkThisInStaticMemberFunctionExceptionSpec()
13885 if (EST == EST_ComputedNoexcept) { in checkExceptionSpecification()
DSemaType.cpp4300 } else if (FTI.getExceptionSpecType() == EST_ComputedNoexcept) { in GetFullTypeForDeclarator()
DTreeTransform.h5030 if (ESI.Type == EST_ComputedNoexcept) { in TransformExceptionSpec()
/external/clang/lib/AST/
DType.cpp2701 } else if (getExceptionSpecType() == EST_ComputedNoexcept) { in FunctionProtoType()
2757 if (est != EST_ComputedNoexcept) in getNoexceptSpec()
2791 if (EST != EST_ComputedNoexcept) in isNothrow()
2848 } else if (epi.ExceptionSpec.Type == EST_ComputedNoexcept && in Profile()
DDeclPrinter.cpp545 if (FT->getExceptionSpecType() == EST_ComputedNoexcept) { in VisitFunctionDecl()
DTypePrinter.cpp612 if (getExceptionSpecType() == EST_ComputedNoexcept) { in printExceptionSpecification()
DASTImporter.cpp658 } else if (Proto1->getExceptionSpecType() == EST_ComputedNoexcept) { in IsStructurallyEquivalent()
DASTContext.cpp3102 } else if (EPI.ExceptionSpec.Type == EST_ComputedNoexcept) { in getFunctionType()
/external/clang/include/clang/AST/
DType.h3266 case EST_ComputedNoexcept: return sizeof(Expr*);
3293 } else if (EPI.ExceptionSpec.Type == EST_ComputedNoexcept) {
3340 if (getExceptionSpecType() != EST_ComputedNoexcept)
/external/clang/lib/Parse/
DParseDeclCXX.cpp3419 NoexceptType = EST_ComputedNoexcept; in tryParseExceptionSpecification()
/external/clang/include/clang/Sema/
DSema.h4364 assert(ComputedEST != EST_ComputedNoexcept && in getExceptionSpecType()
4392 ESI.Type = EST_ComputedNoexcept; in getExceptionSpec()
/external/clang/lib/Serialization/
DASTWriter.cpp242 } else if (T->getExceptionSpecType() == EST_ComputedNoexcept) { in addExceptionSpec()
DASTReader.cpp5693 } else if (EST == EST_ComputedNoexcept) { in readExceptionSpec()