Searched refs:isComputedNoexcept (Results 1 – 15 of 15) sorted by relevance
39 inline bool isComputedNoexcept(ExceptionSpecificationType ESpecType) { in isComputedNoexcept() function46 isComputedNoexcept(ESpecType); in isNoexceptExceptionSpec()
212 } else if (isComputedNoexcept(esi.Type)) { in writeExceptionSpecInfo()
227 } else if (isComputedNoexcept(esi.Type)) { in readExceptionSpecInfo()
4223 } else if (isComputedNoexcept(Result.Type)) {4251 if (!isComputedNoexcept(getExceptionSpecType()))
945 } else if (isComputedNoexcept(Chunk.Fun.getExceptionSpecType()) && in containsUnexpandedParameterPacks()
5454 } else if (isComputedNoexcept(FTI.getExceptionSpecType())) { in GetFullTypeForDeclarator()
18220 if (isComputedNoexcept(EST)) { in checkExceptionSpecification()
6005 if (isComputedNoexcept(ESI.Type)) { in TransformExceptionSpec()
732 if (isComputedNoexcept(FT->getExceptionSpecType())) { in VisitFunctionDecl()
3254 else if (isComputedNoexcept(getExceptionSpecType())) { in FunctionProtoType()3416 } else if (isComputedNoexcept(epi.ExceptionSpec.Type)) { in Profile()
648 } else if (isComputedNoexcept(Spec1)) { in IsEquivalentExceptionSpec()
838 if (isComputedNoexcept(getExceptionSpecType())) { in printExceptionSpecification()
3249 if (isComputedNoexcept(T->getExceptionSpecType())) { in mangleType()
4377 if (OnlyWantCanonical || !isComputedNoexcept(EPI.ExceptionSpec.Type) || in getFunctionTypeInternal()
6150 assert(!isComputedNoexcept(ComputedEST) && in getExceptionSpecType()