Searched refs:getExceptionSpecType (Results 1 - 16 of 16) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp115 if (!isUnresolvedExceptionSpec(FPT->getExceptionSpecType()))
123 if (!isUnresolvedExceptionSpec(SourceFPT->getExceptionSpecType()))
127 if (SourceFPT->getExceptionSpecType() == EST_Unevaluated)
242 EPI.ExceptionSpecType = OldProto->getExceptionSpecType();
260 switch (OldProto->getExceptionSpecType()) {
391 ExceptionSpecificationType OldEST = Old->getExceptionSpecType();
392 ExceptionSpecificationType NewEST = New->getExceptionSpecType();
560 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType();
581 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType();
H A DSemaType.cpp2843 if (IsTypedefName && FTI.getExceptionSpecType())
2978 if (FTI.getExceptionSpecType() == EST_Dynamic) {
2988 } else if (FTI.getExceptionSpecType() == EST_ComputedNoexcept) {
2992 S.checkExceptionSpecification(FTI.getExceptionSpecType(),
H A DSemaTemplateInstantiateDecl.cpp3025 assert(Proto->getExceptionSpecType() != EST_Uninstantiated);
3135 EPI.ExceptionSpecType = Proto->getExceptionSpecType();
3146 if (Proto->getExceptionSpecType() != EST_Uninstantiated)
H A DSemaDeclCXX.cpp162 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
4830 if (FPT->getExceptionSpecType() != EST_Unevaluated)
4848 if (CanonicalFPT->getExceptionSpecType() == EST_Unevaluated)
4977 if (Type->getExceptionSpecType() == EST_Uninstantiated) {
12891 switch (Proto->getExceptionSpecType()) {
H A DSemaDecl.cpp6532 R->getAs<FunctionProtoType>()->getExceptionSpecType() == EST_None) {
H A DSemaExpr.cpp11486 if (FPT && isUnresolvedExceptionSpec(FPT->getExceptionSpecType()))
/external/clang/include/clang/AST/
H A DType.h2940 if (getExceptionSpecType() != EST_ComputedNoexcept)
2963 EPI.ExceptionSpecType = getExceptionSpecType();
2983 ExceptionSpecificationType getExceptionSpecType() const {
2988 return getExceptionSpecType() != EST_None;
2992 return isDynamicExceptionSpec(getExceptionSpecType());
2996 return isNoexceptExceptionSpec(getExceptionSpecType());
3014 if (getExceptionSpecType() != EST_ComputedNoexcept)
3024 if (getExceptionSpecType() != EST_Uninstantiated &&
3025 getExceptionSpecType() != EST_Unevaluated)
3034 if (getExceptionSpecType() !
[all...]
/external/clang/lib/AST/
H A DType.cpp1620 if (getExceptionSpecType() == EST_Dynamic) {
1634 } else if (getExceptionSpecType() == EST_ComputedNoexcept) {
1646 } else if (getExceptionSpecType() == EST_Uninstantiated) {
1655 } else if (getExceptionSpecType() == EST_Unevaluated) {
1672 ExceptionSpecificationType est = getExceptionSpecType();
1696 ExceptionSpecificationType EST = getExceptionSpecType();
H A DDeclPrinter.cpp468 if (FT->getExceptionSpecType() == EST_MSAny)
478 } else if (FT && isNoexceptExceptionSpec(FT->getExceptionSpecType())) {
480 if (FT->getExceptionSpecType() == EST_ComputedNoexcept) {
H A DTypePrinter.cpp582 if (getExceptionSpecType() == EST_MSAny)
592 } else if (isNoexceptExceptionSpec(getExceptionSpecType())) {
594 if (getExceptionSpecType() == EST_ComputedNoexcept) {
H A DASTImporter.cpp547 if (Proto1->getExceptionSpecType() != Proto2->getExceptionSpecType())
549 if (Proto1->getExceptionSpecType() == EST_Dynamic) {
558 } else if (Proto1->getExceptionSpecType() == EST_ComputedNoexcept) {
/external/clang/include/clang/Sema/
H A DDeclSpec.h1248 if (getExceptionSpecType() == EST_Dynamic)
1302 ExceptionSpecificationType getExceptionSpecType() const { function in struct:clang::DeclaratorChunk::FunctionTypeInfo
H A DSema.h3911 ExceptionSpecificationType getExceptionSpecType() const { function in class:clang::Sema::ImplicitExceptionSpecification
3932 EPI.ExceptionSpecType = getExceptionSpecType();
/external/clang/lib/CodeGen/
H A DCGException.cpp492 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
566 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
/external/clang/lib/Serialization/
H A DASTWriter.cpp202 Record.push_back(T->getExceptionSpecType());
203 if (T->getExceptionSpecType() == EST_Dynamic) {
207 } else if (T->getExceptionSpecType() == EST_ComputedNoexcept) {
209 } else if (T->getExceptionSpecType() == EST_Uninstantiated) {
212 } else if (T->getExceptionSpecType() == EST_Unevaluated) {
/external/clang/lib/Analysis/
H A DCFG.cpp1706 if (!isUnresolvedExceptionSpec(Proto->getExceptionSpecType()) &&

Completed in 486 milliseconds