Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h27 class Document; variable
39 friend Document; variable
295 Document() { Document() function
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp207 auto Document = SarifWriter.createDocument(); in FlushDiagnosticsImpl() local
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp83 addDocument(std::shared_ptr<InterfaceFile> && Document) addDocument() argument
H A DTextStub.cpp1157 for (const auto &Document : File.documents()) in writeToStream() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp270 for (auto &Document : YS) { in parse() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h60 class Document; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp2469 Document::Document(Stream &S) : stream(S), Root(nullptr) { in Document() function in Document