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

References

tools/clang/lib/AST/ASTContext.cpp
 3765   FunctionProtoType::Profile(ID, ResultTy, ArgArray.begin(), NumArgs, EPI,
 3781     if (OnlyWantCanonical || !isComputedNoexcept(EPI.ExceptionSpec.Type) ||
 3782         EPI.ExceptionSpec.NoexceptExpr == FPT->getNoexceptExpr())
 3794       isCanonicalExceptionSpecification(EPI.ExceptionSpec, NoexceptInType);
 3798                      isCanonicalResultType(ResultTy) && !EPI.HasTrailingReturn;
 3817     FunctionProtoType::ExtProtoInfo CanonicalEPI = EPI;
 3823       switch (EPI.ExceptionSpec.Type) {
 3836         for (QualType ET : EPI.ExceptionSpec.Exceptions) {
 3878       EPI.ExceptionSpec.Type, EPI.ExceptionSpec.Exceptions.size());
 3878       EPI.ExceptionSpec.Type, EPI.ExceptionSpec.Exceptions.size());
 3883       NumArgs, FunctionProtoType::hasExtraBitfields(EPI.ExceptionSpec.Type),
 3885       EPI.ExtParameterInfos ? NumArgs : 0,
 3886       EPI.TypeQuals.hasNonFastQualifiers() ? 1 : 0);
 3889   FunctionProtoType::ExtProtoInfo newEPI = EPI;