reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Type.h
 3948     } else if (isComputedNoexcept(EPI.ExceptionSpec.Type)) {
 4003     if (!isComputedNoexcept(getExceptionSpecType()))
tools/clang/include/clang/Basic/ExceptionSpecificationType.h
   46          isComputedNoexcept(ESpecType);
tools/clang/include/clang/Sema/Sema.h
 5187       assert(!isComputedNoexcept(ComputedEST) &&
tools/clang/lib/AST/ASTContext.cpp
 3781     if (OnlyWantCanonical || !isComputedNoexcept(EPI.ExceptionSpec.Type) ||
tools/clang/lib/AST/ASTStructuralEquivalence.cpp
  425   } else if (isComputedNoexcept(Spec1)) {
tools/clang/lib/AST/DeclPrinter.cpp
  713       if (isComputedNoexcept(FT->getExceptionSpecType())) {
tools/clang/lib/AST/ItaniumMangle.cpp
 2818     if (isComputedNoexcept(T->getExceptionSpecType())) {
tools/clang/lib/AST/Type.cpp
 3011   else if (isComputedNoexcept(getExceptionSpecType())) {
 3170   } else if (isComputedNoexcept(epi.ExceptionSpec.Type)) {
tools/clang/lib/AST/TypePrinter.cpp
  743     if (isComputedNoexcept(getExceptionSpecType())) {
tools/clang/lib/Sema/SemaDeclCXX.cpp
16090   if (isComputedNoexcept(EST)) {
tools/clang/lib/Sema/SemaTemplateVariadic.cpp
  921       } else if (isComputedNoexcept(Chunk.Fun.getExceptionSpecType()) &&
tools/clang/lib/Sema/SemaType.cpp
 4909         } else if (isComputedNoexcept(FTI.getExceptionSpecType())) {
tools/clang/lib/Sema/TreeTransform.h
 5483   if (isComputedNoexcept(ESI.Type)) {
tools/clang/lib/Serialization/ASTReader.cpp
 6902   } else if (isComputedNoexcept(EST)) {
tools/clang/lib/Serialization/ASTWriter.cpp
  298   } else if (isComputedNoexcept(T->getExceptionSpecType())) {