Hello: I want to hack AST(Abstract syntax tree).But now I'm confused that where is the location of the function which can create AST in the source code of gcc. Now I trace the call graph from main to yyparse functions. Besides, I know function yyparse does syntax analysis. However, I cannot locate the code which creates AST. Any suggestion?