Home
last modified time | relevance | path

Searched refs:getExceptionSpecType (Results 1 – 21 of 21) sorted by relevance

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp142 if (FPT->getExceptionSpecType() == EST_Unparsed) { in ResolveExceptionSpec()
147 if (!isUnresolvedExceptionSpec(FPT->getExceptionSpecType())) in ResolveExceptionSpec()
155 if (!isUnresolvedExceptionSpec(SourceFPT->getExceptionSpecType())) in ResolveExceptionSpec()
159 if (SourceFPT->getExceptionSpecType() == EST_Unevaluated) in ResolveExceptionSpec()
166 if (Proto->getExceptionSpecType() == clang::EST_Unparsed) { in ResolveExceptionSpec()
270 FunctionProtoType::ExceptionSpecInfo ESI = OldProto->getExceptionSpecType(); in CheckEquivalentExceptionSpec()
306 switch (OldProto->getExceptionSpecType()) { in CheckEquivalentExceptionSpec()
437 ExceptionSpecificationType OldEST = Old->getExceptionSpecType(); in CheckEquivalentExceptionSpec()
438 ExceptionSpecificationType NewEST = New->getExceptionSpecType(); in CheckEquivalentExceptionSpec()
606 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()
[all …]
DSemaTemplateVariadic.cpp770 if (Chunk.Fun.getExceptionSpecType() == EST_Dynamic) { in containsUnexpandedParameterPacks()
777 } else if (Chunk.Fun.getExceptionSpecType() == EST_ComputedNoexcept && in containsUnexpandedParameterPacks()
DSemaType.cpp3878 if (IsTypedefName && FTI.getExceptionSpecType()) in GetFullTypeForDeclarator()
4014 if (FTI.getExceptionSpecType() == EST_Dynamic) { in GetFullTypeForDeclarator()
4024 } else if (FTI.getExceptionSpecType() == EST_ComputedNoexcept) { in GetFullTypeForDeclarator()
4029 FTI.getExceptionSpecType(), in GetFullTypeForDeclarator()
DSemaDeclCXX.cpp163 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl()
5207 if (FPT->getExceptionSpecType() != EST_Unevaluated) in EvaluateImplicitExceptionSpec()
5221 if (CanonicalFPT->getExceptionSpecType() == EST_Unevaluated) in EvaluateImplicitExceptionSpec()
5350 if (Type->getExceptionSpecType() == EST_Uninstantiated) { in CheckExplicitlyDefaultedSpecialMember()
5401 if (SpecifiedType->getExceptionSpecType() == EST_Unparsed) in CheckExplicitlyDefaultedMemberExceptionSpec()
13557 switch (Proto->getExceptionSpecType()) { in checkThisInStaticMemberFunctionExceptionSpec()
DSemaTemplateInstantiateDecl.cpp3197 if (Proto->getExceptionSpecType() != EST_Uninstantiated) in InstantiateExceptionSpec()
DSemaDecl.cpp7127 R->getAs<FunctionProtoType>()->getExceptionSpecType() == EST_None) { in CreateNewFunctionDecl()
DSemaExpr.cpp12505 if (FPT && isUnresolvedExceptionSpec(FPT->getExceptionSpecType())) in MarkFunctionReferenced()
/external/clang/include/clang/AST/
DType.h3148 if (getExceptionSpecType() == EST_ComputedNoexcept)
3152 assert(getExceptionSpecType() != EST_Uninstantiated &&
3153 getExceptionSpecType() != EST_Unevaluated);
3173 EPI.ExceptionSpec.Type = getExceptionSpecType();
3192 ExceptionSpecificationType getExceptionSpecType() const {
3197 return getExceptionSpecType() != EST_None;
3201 return isDynamicExceptionSpec(getExceptionSpecType());
3205 return isNoexceptExceptionSpec(getExceptionSpecType());
3225 if (getExceptionSpecType() != EST_ComputedNoexcept)
3235 if (getExceptionSpecType() != EST_Uninstantiated &&
[all …]
/external/clang/lib/AST/
DDeclPrinter.cpp525 if (FT->getExceptionSpecType() == EST_MSAny) in VisitFunctionDecl()
535 } else if (FT && isNoexceptExceptionSpec(FT->getExceptionSpecType())) { in VisitFunctionDecl()
537 if (FT->getExceptionSpecType() == EST_ComputedNoexcept) { in VisitFunctionDecl()
DType.cpp2695 if (getExceptionSpecType() == EST_Dynamic) { in FunctionProtoType()
2710 } else if (getExceptionSpecType() == EST_ComputedNoexcept) { in FunctionProtoType()
2723 } else if (getExceptionSpecType() == EST_Uninstantiated) { in FunctionProtoType()
2732 } else if (getExceptionSpecType() == EST_Unevaluated) { in FunctionProtoType()
2761 ExceptionSpecificationType est = getExceptionSpecType(); in getNoexceptSpec()
2785 ExceptionSpecificationType EST = getExceptionSpecType(); in isNothrow()
DTypePrinter.cpp595 if (getExceptionSpecType() == EST_MSAny) in printExceptionSpecification()
605 } else if (isNoexceptExceptionSpec(getExceptionSpecType())) { in printExceptionSpecification()
607 if (getExceptionSpecType() == EST_ComputedNoexcept) { in printExceptionSpecification()
DASTImporter.cpp592 if (Proto1->getExceptionSpecType() != Proto2->getExceptionSpecType()) in IsStructurallyEquivalent()
594 if (Proto1->getExceptionSpecType() == EST_Dynamic) { in IsStructurallyEquivalent()
603 } else if (Proto1->getExceptionSpecType() == EST_ComputedNoexcept) { in IsStructurallyEquivalent()
/external/clang/include/clang/Sema/
DDeclSpec.h1302 if (getExceptionSpecType() == EST_Dynamic) in destroy()
1304 else if (getExceptionSpecType() == EST_Unparsed) in destroy()
1371 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType() function
DSema.h4250 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType() function
4272 ESI.Type = getExceptionSpecType(); in getExceptionSpec()
/external/clang/lib/Serialization/
DASTWriter.cpp213 Record.push_back(T->getExceptionSpecType()); in addExceptionSpec()
214 if (T->getExceptionSpecType() == EST_Dynamic) { in addExceptionSpec()
218 } else if (T->getExceptionSpecType() == EST_ComputedNoexcept) { in addExceptionSpec()
220 } else if (T->getExceptionSpecType() == EST_Uninstantiated) { in addExceptionSpec()
223 } else if (T->getExceptionSpecType() == EST_Unevaluated) { in addExceptionSpec()
242 T->getRefQualifier() || T->getExceptionSpecType() != EST_None) in VisitFunctionProtoType()
5722 ->getExceptionSpecType())) in ResolvedExceptionSpec()
DASTReaderDecl.cpp2965 bool IsUnresolved = isUnresolvedExceptionSpec(FPT->getExceptionSpecType()); in attachPreviousDeclImpl()
2967 isUnresolvedExceptionSpec(PrevFPT->getExceptionSpecType()); in attachPreviousDeclImpl()
3734 if (isUnresolvedExceptionSpec(FPT->getExceptionSpecType())) { in UpdateDecl()
/external/clang/lib/CodeGen/
DCGException.cpp441 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec()
520 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
DCGCall.cpp1429 if (!isUnresolvedExceptionSpec(FPT->getExceptionSpecType()) && in AddAttributesFromFunctionProtoType()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2967 if (isUnresolvedExceptionSpec(FnTy->getExceptionSpecType())) in AST_MATCHER()
/external/clang/lib/Parse/
DParseDeclCXX.cpp1954 bool NeedLateParse = FTI.getExceptionSpecType() == EST_Unparsed; in HandleMemberFunctionDeclDelays()
/external/clang/lib/Analysis/
DCFG.cpp1831 if (!isUnresolvedExceptionSpec(Proto->getExceptionSpecType()) && in CanThrow()