Home
last modified time | relevance | path

Searched defs:Document (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DMsgPackDocument.h27 class Document; variable
39 friend Document; variable
289 Document() { in Document() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TextAPI/
DInterfaceFile.cpp121 void InterfaceFile::addDocument(std::shared_ptr<InterfaceFile> &&Document) { in addDocument()
DTextStub.cpp1143 for (auto Document : File.documents()) in writeToStream() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DYAMLParser.h60 class Document; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp273 for (auto &Document : YS) { in parse() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DYAMLParser.cpp2349 Document::Document(Stream &S) : stream(S), Root(nullptr) { in Document() function in Document