Searched refs:source_file_ (Results 1 – 2 of 2) sorted by relevance
107 if (file_name->ir_string != source_file_) { in Visit()108 source_file_ = file_name->ir_string; in Visit()129 SLICER_CHECK(source_file_ == nullptr); in Encode()132 source_file_ = ir_method->decl->parent->class_def->source_file; in Encode()
49 ir::String* source_file_ = nullptr; variable