Lines Matching refs:doc
136 bool check_filenames(const std::string& filename, const AidlDocument* doc) { in check_filenames() argument
137 if (!doc) in check_filenames()
140 const AidlInterface* interface = doc->GetInterface(); in check_filenames()
149 for (const auto& item : doc->GetParcelables()) { in check_filenames()
158 const AidlDocument* doc, in gather_types() argument
162 const AidlInterface* interface = doc->GetInterface(); in gather_types()
167 for (const auto& item : doc->GetParcelables()) { in gather_types()
527 AidlParcelable doc(new AidlQualifiedName(class_name, ""), in parse_preprocessed_file() local
529 types->AddParcelableType(doc, filename); in parse_preprocessed_file()
532 AidlInterface doc(class_name, lineno, "", false, temp, package); in parse_preprocessed_file() local
533 types->AddBinderType(doc, filename); in parse_preprocessed_file()
757 AidlDocument* doc = p.GetDocument(); in preprocess_aidl() local
760 const AidlInterface* interface = doc->GetInterface(); in preprocess_aidl()
768 for (const auto& parcelable : doc->GetParcelables()) { in preprocess_aidl()