Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DExceptionSpecificationType.h39 inline bool isComputedNoexcept(ExceptionSpecificationType ESpecType) { in isComputedNoexcept() function
46 isComputedNoexcept(ESpecType); in isNoexceptExceptionSpec()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DAbstractBasicWriter.h212 } else if (isComputedNoexcept(esi.Type)) { in writeExceptionSpecInfo()
H A DAbstractBasicReader.h227 } else if (isComputedNoexcept(esi.Type)) { in readExceptionSpecInfo()
H A DType.h4223 } else if (isComputedNoexcept(Result.Type)) {
4251 if (!isComputedNoexcept(getExceptionSpecType()))
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp945 } else if (isComputedNoexcept(Chunk.Fun.getExceptionSpecType()) && in containsUnexpandedParameterPacks()
H A DSemaType.cpp5454 } else if (isComputedNoexcept(FTI.getExceptionSpecType())) { in GetFullTypeForDeclarator()
H A DSemaDeclCXX.cpp18220 if (isComputedNoexcept(EST)) { in checkExceptionSpecification()
H A DTreeTransform.h6005 if (isComputedNoexcept(ESI.Type)) { in TransformExceptionSpec()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclPrinter.cpp732 if (isComputedNoexcept(FT->getExceptionSpecType())) { in VisitFunctionDecl()
H A DType.cpp3254 else if (isComputedNoexcept(getExceptionSpecType())) { in FunctionProtoType()
3416 } else if (isComputedNoexcept(epi.ExceptionSpec.Type)) { in Profile()
H A DASTStructuralEquivalence.cpp648 } else if (isComputedNoexcept(Spec1)) { in IsEquivalentExceptionSpec()
H A DTypePrinter.cpp838 if (isComputedNoexcept(getExceptionSpecType())) { in printExceptionSpecification()
H A DItaniumMangle.cpp3249 if (isComputedNoexcept(T->getExceptionSpecType())) { in mangleType()
H A DASTContext.cpp4377 if (OnlyWantCanonical || !isComputedNoexcept(EPI.ExceptionSpec.Type) || in getFunctionTypeInternal()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h6150 assert(!isComputedNoexcept(ComputedEST) && in getExceptionSpecType()