#include <CCParser.h>
Public Types | |
enum | { SKIP_FCT_BODY = 0x01 } |
Public Member Functions | |
CCParser () | |
CTranslationUnit * | parse (Unit &u, CProject &p, int m=0) |
unsigned | Options () const |
void | Options (unsigned o) |
CCSyntax & | syntax () const |
CCBuilder & | builder () const |
CCSemantic & | semantic () const |
Puma::CCParser::CCParser | ( | ) | [inline] |
CTranslationUnit* Puma::CCParser::parse | ( | Unit & | u, | |
CProject & | p, | |||
int | m = 0 | |||
) | [inline] |
Reimplemented from Puma::Parser.
unsigned Puma::CCParser::Options | ( | ) | const [inline] |
void Puma::CCParser::Options | ( | unsigned | o | ) | [inline] |
CCSyntax& Puma::CCParser::syntax | ( | ) | const [inline] |
CCBuilder& Puma::CCParser::builder | ( | ) | const [inline] |
CCSemantic& Puma::CCParser::semantic | ( | ) | const [inline] |