Home
last modified time | relevance | path

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

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