Home
last modified time | relevance | path

Searched refs:SetDocument (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/tools/aidl/
H A Dparser.h97 void SetDocument(std::unique_ptr<AidlDocument>&& document) { in SetDocument() function
H A Daidl_language_y.yy194 …ps->SetDocument(std::make_unique<AidlDocument>(loc(@1), comments, std::move(*$2), std::move(*$3)));