Home
last modified time | relevance | path

Searched refs:isComputedNoexcept (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DExceptionSpecificationType.h39 inline bool isComputedNoexcept(ExceptionSpecificationType ESpecType) { in isComputedNoexcept() function
46 isComputedNoexcept(ESpecType); in isNoexceptExceptionSpec()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicWriter.h209 } else if (isComputedNoexcept(esi.Type)) { in writeExceptionSpecInfo()
H A DAbstractBasicReader.h228 } else if (isComputedNoexcept(esi.Type)) { in readExceptionSpecInfo()
H A DType.h5284 } else if (isComputedNoexcept(Result.Type)) {
5312 if (!isComputedNoexcept(getExceptionSpecType()))
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp974 } else if (isComputedNoexcept(Chunk.Fun.getExceptionSpecType()) && in containsUnexpandedParameterPacks()
H A DSemaType.cpp5227 } else if (isComputedNoexcept(FTI.getExceptionSpecType())) { in GetFullTypeForDeclarator()
H A DSemaDeclCXX.cpp18890 if (isComputedNoexcept(EST)) { in checkExceptionSpecification()
H A DTreeTransform.h6349 if (isComputedNoexcept(ESI.Type)) { in TransformExceptionSpec()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp788 if (isComputedNoexcept(FT->getExceptionSpecType())) { in VisitFunctionDecl()
H A DType.cpp3595 else if (isComputedNoexcept(getExceptionSpecType())) { in FunctionProtoType()
3789 } else if (isComputedNoexcept(epi.ExceptionSpec.Type)) { in Profile()
H A DASTStructuralEquivalence.cpp793 } else if (isComputedNoexcept(Spec1)) { in IsEquivalentExceptionSpec()
H A DTypePrinter.cpp900 if (isComputedNoexcept(getExceptionSpecType())) { in printExceptionSpecification()
H A DItaniumMangle.cpp3539 if (isComputedNoexcept(T->getExceptionSpecType())) { in mangleType()
H A DASTContext.cpp4803 if (OnlyWantCanonical || !isComputedNoexcept(EPI.ExceptionSpec.Type) || in getFunctionTypeInternal()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5017 assert(!isComputedNoexcept(ComputedEST) && in getExceptionSpecType()