ΒΆvoid ParseAST(clang::Sema& S,
              bool PrintStats = false,
              bool SkipFunctionBodies = false)

Description

Parse the main file known to the preprocessor, producing an abstract syntax tree.

Declared at: clang/include/clang/Parse/ParseAST.h:46

Parameters

clang::Sema& S
bool PrintStats = false
bool SkipFunctionBodies = false