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()
484 AidlParcelable doc(new AidlQualifiedName(class_name, ""), in parse_preprocessed_file() local
486 types->AddParcelableType(doc, filename); in parse_preprocessed_file()
489 AidlInterface doc(class_name, lineno, "", false, temp, package); in parse_preprocessed_file() local
490 types->AddBinderType(doc, filename); in parse_preprocessed_file()
711 AidlDocument* doc = p.GetDocument(); in preprocess_aidl() local
714 const AidlInterface* interface = doc->GetInterface(); in preprocess_aidl()
722 for (const auto& parcelable : doc->GetParcelables()) { in preprocess_aidl()