Home
last modified time | relevance | path

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

/build/kati/
Dparser.cc182 if (HandleDirective(line, make_directives_)) { in ParseLine()
430 if (!HandleDirective(next_if, else_if_directives_)) { in ParseElse()
476 if (HandleDirective(line, assign_directives_)) in ParseOverride()
488 if (HandleDirective(line, assign_directives_)) in ParseExport()
521 bool HandleDirective(StringPiece line, const DirectiveMap* directive_map) { in HandleDirective() function in Parser