Searched refs:FileName (Results 1 – 3 of 3) sorted by relevance
/system/tools/aidl/ |
D | aidl_language_y.yy | 116 ps->FileName().c_str(), 130 ps->FileName().c_str(), @1.begin.line); 135 ps->FileName().c_str(), @2.begin.line, $2->GetText().c_str()); 155 ps->FileName().c_str(), @2.begin.line, $2->GetText().c_str()); 162 ps->FileName().c_str(), @2.begin.line, $2->GetText().c_str()); 178 ps->FileName().c_str(), @3.begin.line); 224 ps->FileName().c_str(), @1.begin.line);
|
D | aidl_language.cpp | 268 imports_.emplace_back(new AidlImport(this->FileName(), in AddImport()
|
D | aidl_language.h | 353 const std::string& FileName() const { return filename_; } in FileName() function
|