ParseFile parses the source code of a single Go source file and returns the corresponding [ast.File] node. The source code may be provided via the filename of the source file, or via the src parameter. If src != nil, ParseFile parses the source from src and the filename is only used when recording
(fset *token.FileSet, filename string, src any, mode Mode)
source not stored for this graph (policy: none)