Home
last modified time | relevance | path

Searched refs:addDocument (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/TextAPI/
HDInterfaceFile.cpp84 void InterfaceFile::addDocument(std::shared_ptr<InterfaceFile> &&Document) { in addDocument() function in InterfaceFile
284 IF->addDocument(std::move(NewDoc)); in remove()
292 IF->addDocument(std::move(Result.get())); in remove()
349 IF->addDocument(std::move(Result.get())); in extract()
HDRecordsSlice.cpp352 File->addDocument(createInterfaceFile(Slices, IN)); in convertToInterfaceFile()
HDTextStub.cpp1128 File->addDocument( in get()
HDTextStubV5.cpp732 IF->addDocument(std::shared_ptr<InterfaceFile>(std::move(File))); in getInterfaceFileFromJSON()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/
HDInterfaceFile.h289 void addDocument(std::shared_ptr<InterfaceFile> &&Document);