Home
last modified time | relevance | path

Searched defs:Doc (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DArchiveEmitter.cpp20 bool yaml2archive(ArchYAML::Archive &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2archive()
H A Dyaml2obj.cpp28 yaml::YamlObjectFile Doc; in convertYAML() local
H A DELFEmitter.cpp192 ELFYAML::Object &Doc; member in __anonae3a78450111::ELFState
1876 bool ELFState<ELFT>::writeELF(raw_ostream &OS, ELFYAML::Object &Doc, in writeELF()
1942 bool yaml2elf(llvm::ELFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH, in yaml2elf()
H A DCOFFEmitter.cpp603 bool yaml2coff(llvm::COFFYAML::Object &Doc, raw_ostream &Out, in yaml2coff()
H A DWasmEmitter.cpp682 bool yaml2wasm(WasmYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2wasm()
H A DMachOEmitter.cpp635 bool yaml2macho(YamlObjectFile &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2macho()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangSyntaxEmitter.cpp177 static void printDoc(llvm::StringRef Doc, llvm::raw_ostream &OS) { in printDoc()
H A DClangOptionDocEmitter.cpp371 void emitDocumentation(int Depth, const Documentation &Doc, in emitDocumentation()
H A DClangAttrEmitter.cpp4335 const DocumentationData &Doc, raw_ostream &OS) { in WriteDocumentation()
4405 const Record &Doc = *D; in EmitClangAttrDocs() local
4435 for (const auto &Doc : I.second) in EmitClangAttrDocs() local
H A DClangDiagnosticsEmitter.cpp1817 auto Doc = G->getValueAsString("Documentation"); in EmitClangDiagDocs() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h32 Document *Doc; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DYAMLParser.h621 std::unique_ptr<Document> *Doc = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp618 for (auto &Doc : MergedDocs) in ~WindowsManifestMergerImpl() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c649 xmlDocPtr Doc; in ValidateCommentXML() local