Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp79 void InterfaceFile::addDocument(std::shared_ptr<InterfaceFile> &&Document) { in addDocument() function in InterfaceFile
285 IF->addDocument(std::move(NewDoc)); in remove()
293 IF->addDocument(std::move(Result.get())); in remove()
351 IF->addDocument(std::move(Result.get())); in extract()
H A DRecordsSlice.cpp353 File->addDocument(createInterfaceFile(Slices, IN)); in convertToInterfaceFile()
H A DTextStub.cpp1127 File->addDocument( in get()
H A DTextStubV5.cpp760 IF->addDocument(std::shared_ptr<InterfaceFile>(std::move(File))); in getInterfaceFileFromJSON()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h291 LLVM_ABI void addDocument(std::shared_ptr<InterfaceFile> &&Document);