Searched defs:loc (Results 1 – 8 of 8) sorted by relevance
/build/kati/ |
D | eval.h | 52 const Loc& loc() const { return loc_; } in loc() function 53 void set_loc(const Loc& loc) { loc_ = loc; } in set_loc()
|
D | expr.cc | 282 void ParseFunc(const Loc& loc, in ParseFunc() 343 Value* ParseDollar(const Loc& loc, StringPiece s, size_t* index_out) { in ParseDollar() 440 Value* ParseExprImpl(const Loc& loc, in ParseExprImpl() 567 Value* ParseExpr(const Loc& loc, StringPiece s, ParseExprOpt opt) { in ParseExpr()
|
D | parser.cc | 59 Parser(StringPiece buf, const Loc& loc, vector<Stmt*>* stmts) in Parser() 538 void Parse(StringPiece buf, const Loc& loc, vector<Stmt*>* out_stmts) { in Parse() 544 void ParseNotAfterRule(StringPiece buf, const Loc& loc, in ParseNotAfterRule()
|
D | rule.h | 45 Loc loc; variable
|
D | rule.cc | 56 void ParseRule(Loc& loc, StringPiece line, char term, in ParseRule()
|
D | dep.h | 49 Loc loc; member
|
D | stmt.h | 54 Loc loc() const { return loc_; } in loc() function
|
D | dep.cc | 257 Loc loc; in HandleSpecialTargets() local
|