Home
last modified time | relevance | path

Searched refs:Parser (Results 1 – 2 of 2) sorted by relevance

/build/kati/
Dparser.cc37 class Parser { class
44 typedef void (Parser::*DirectiveHandler)(StringPiece line,
49 Parser(StringPiece buf, const char* filename, vector<Stmt*>* stmts) in Parser() function in Parser
59 Parser(StringPiece buf, const Loc& loc, vector<Stmt*>* stmts) in Parser() function in Parser
68 ~Parser() {} in ~Parser()
100 (*make_directives_)["include"] = &Parser::ParseInclude; in Init()
101 (*make_directives_)["-include"] = &Parser::ParseInclude; in Init()
102 (*make_directives_)["sinclude"] = &Parser::ParseInclude; in Init()
103 (*make_directives_)["define"] = &Parser::ParseDefine; in Init()
104 (*make_directives_)["ifdef"] = &Parser::ParseIfdef; in Init()
[all …]
DINTERNALS.md71 * Parser
99 Parser for statements
188 Parser for expressions
268 Parser for rules