Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DExceptionSpecificationType.h39 inline bool isComputedNoexcept(ExceptionSpecificationType ESpecType) { in isComputedNoexcept() function
46 isComputedNoexcept(ESpecType); in isNoexceptExceptionSpec()
/netbsd-src/external/apache2/llvm/dist/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.h4153 } else if (isComputedNoexcept(Result.Type)) {
4181 if (!isComputedNoexcept(getExceptionSpecType()))
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp947 } else if (isComputedNoexcept(Chunk.Fun.getExceptionSpecType()) && in containsUnexpandedParameterPacks()
H A DSemaType.cpp5329 } else if (isComputedNoexcept(FTI.getExceptionSpecType())) { in GetFullTypeForDeclarator()
H A DTreeTransform.h5916 if (isComputedNoexcept(ESI.Type)) { in TransformExceptionSpec()
H A DSemaDeclCXX.cpp17748 if (isComputedNoexcept(EST)) { in checkExceptionSpecification()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp731 if (isComputedNoexcept(FT->getExceptionSpecType())) { in VisitFunctionDecl()
H A DType.cpp3198 else if (isComputedNoexcept(getExceptionSpecType())) { in FunctionProtoType()
3360 } else if (isComputedNoexcept(epi.ExceptionSpec.Type)) { in Profile()
H A DASTStructuralEquivalence.cpp646 } else if (isComputedNoexcept(Spec1)) { in IsEquivalentExceptionSpec()
H A DTypePrinter.cpp819 if (isComputedNoexcept(getExceptionSpecType())) { in printExceptionSpecification()
H A DItaniumMangle.cpp3162 if (isComputedNoexcept(T->getExceptionSpecType())) { in mangleType()
H A DASTContext.cpp4269 if (OnlyWantCanonical || !isComputedNoexcept(EPI.ExceptionSpec.Type) || in getFunctionTypeInternal()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5806 assert(!isComputedNoexcept(ComputedEST) && in getExceptionSpecType()