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

References

tools/clang/lib/AST/ASTContext.cpp
 3818     CanonicalEPI.HasTrailingReturn = false;
 3829         CanonicalEPI.ExceptionSpec.Type = EST_None;
 3842           CanonicalEPI.ExceptionSpec.Type = EST_None;
 3844           CanonicalEPI.ExceptionSpec.Type = EST_Dynamic;
 3845           CanonicalEPI.ExceptionSpec.Exceptions = ExceptionTypeStorage;
 3854         CanonicalEPI.ExceptionSpec.Type = EST_BasicNoexcept;
 3861       CanonicalEPI.ExceptionSpec = FunctionProtoType::ExceptionSpecInfo();
 3867         getFunctionTypeInternal(CanResultTy, CanonicalArgs, CanonicalEPI, true);