Searched defs:Doc (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DReplacementsYaml.h70 mapping(IO &Io, clang::tooling::TranslationUnitReplacements &Doc) argument
H A DDiagnosticsYaml.h90 static void mapping(IO &Io, clang::tooling::TranslationUnitDiagnostics &Doc) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp28 yaml::YamlObjectFile Doc; local
29 YIn >> Doc; local
[all...]
H A DWasmEmitter.cpp627 bool yaml2wasm(WasmYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH) { argument
H A DMachOEmitter.cpp574 bool yaml2macho(YamlObjectFile &Doc, raw_ostream &Out, ErrorHandler /*EH*/) { argument
H A DCOFFEmitter.cpp604 bool yaml2coff(llvm::COFFYAML::Object &Doc, raw_ostream &Out, argument
H A DELFEmitter.cpp129 ELFYAML::Object &Doc; member in class:__anon1952::ELFState
784 isMips64EL(const ELFYAML::Object &Doc) argument
1404 writeELF(raw_ostream &OS, ELFYAML::Object &Doc, yaml::ErrorHandler EH) argument
1447 yaml2elf(llvm::ELFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h32 Document *Doc; member in struct:llvm::msgpack::KindAndDocument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp55 static void mapping(IO &Io, NormalizedAtomicChange &Doc) { argument
68 static void mapping(IO &Io, clang::tooling::AtomicChange &Doc) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h175 std::unique_ptr<Document> &Doc; member in class:llvm::yaml::Node
612 std::unique_ptr<Document> *Doc = nullptr; member in class:llvm::yaml::document_iterator
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1782 auto Doc = G->getValueAsString("Documentation"); local
1784 OS << Doc; local

Completed in 193 milliseconds