HomeSort by relevance Sort by last modified time
    Searched refs:IncludeStmt (Results 1 - 5 of 5) sorted by null

  /build/kati/
stmt.cc 93 string IncludeStmt::DebugString() const {
94 return StringPrintf("IncludeStmt(%s, loc=%s:%d)",
146 IncludeStmt::~IncludeStmt() {
150 void IncludeStmt::Eval(Evaluator* ev) const {
stmt.h 129 struct IncludeStmt : public Stmt {
133 virtual ~IncludeStmt();
eval.h 43 void EvalInclude(const IncludeStmt* stmt);
parser.cc 271 IncludeStmt* stmt = new IncludeStmt();
eval.cc 291 void Evaluator::EvalInclude(const IncludeStmt* stmt) {

Completed in 76 milliseconds