/llvm-project/llvm/unittests/BinaryFormat/ |
H A D | MsgPackDocumentTest.cpp | 16 Document Doc; in TEST() local 26 Document Doc; in TEST() local 34 Document Doc; in TEST() local 45 Document Doc; in TEST() local 81 Document Doc; in TEST() local 114 Document Doc; in TEST() local 196 Document Doc; in TEST() local 205 Document Doc; in TEST() local 214 Document Doc; in TEST() local 224 Document Doc; in TEST() local [all …]
|
/llvm-project/llvm/unittests/Support/ |
H A D | JSONTest.cpp | 254 llvm::Expected<Value> Doc = parse(R"( in TEST() local 354 llvm::Expected<Value> Doc = parse(T.Str); in TEST() local 376 llvm::Expected<Value> Doc in TEST() local 385 llvm::Expected<Value> Doc = parse(Str); TEST() local 395 llvm::Expected<Value> Doc = parse(Str); TEST() local 405 llvm::Expected<Value> Doc = parse(Str); TEST() local 415 llvm::Expected<Value> Doc = parse(Str); TEST() local 427 llvm::Expected<Value> Doc = parse(Str); TEST() local 438 llvm::Expected<Value> Doc = parse(Str); TEST() local [all...] |
H A D | YAMLParserTest.cpp | 210 yaml::Document &Doc = *Stream.begin(); in TEST() local 399 yaml::Document &Doc = *Stream.begin(); in TEST() local
|
/llvm-project/clang/unittests/Tooling/ |
H A D | ReplacementsYamlTest.cpp | 21 TranslationUnitReplacements Doc; in TEST() local 50 TranslationUnitReplacements Doc; in TEST() local
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | GOFFEmitter.cpp | 184 GOFFState(raw_ostream & OS,GOFFYAML::Object & Doc,yaml::ErrorHandler ErrHandler) GOFFState() argument 198 GOFFYAML::Object &Doc; global() member in __anonc7e54c580111::GOFFState 266 writeGOFF(raw_ostream & OS,GOFFYAML::Object & Doc,yaml::ErrorHandler ErrHandler) writeGOFF() argument 276 yaml2goff(llvm::GOFFYAML::Object & Doc,raw_ostream & Out,ErrorHandler ErrHandler) yaml2goff() argument [all...] |
H A D | ArchiveEmitter.cpp | 20 Out.write(Doc.Magic.data(), Doc.Magic.size()); in yaml2archive() argument
|
H A D | OffloadEmitter.cpp | 21 for (const auto &Member : Doc.Members) { in yaml2offload() argument [all...] |
H A D | yaml2obj.cpp | 28 YIn >> Doc; in convertYAML() local [all...] |
H A D | DXContainerEmitter.cpp | 284 bool yaml2dxcontainer(DXContainerYAML::Object &Doc, raw_ostream &Out, in yaml2dxcontainer()
|
H A D | XCOFFEmitter.cpp | 893 XCOFFWriter Writer(Doc, Out, EH); in yaml2xcoff() argument
|
H A D | COFFEmitter.cpp | 624 yaml2coff(llvm::COFFYAML::Object & Doc,raw_ostream & Out,ErrorHandler ErrHandler) yaml2coff() argument
|
/llvm-project/llvm/lib/TextAPI/ |
H A D | InterfaceFile.cpp | 116 for (auto Doc : Library->documents()) inlineLibrary() local 227 for (auto &Doc : Documents) { remove() local 274 for (auto &Doc : Documents) { remove() local 340 for (auto &Doc : Documents) { extract() local [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUDelayedMCExpr.cpp | 17 msgpack::Document *Doc = DN.getDocument(); in getNode() local
|
/llvm-project/clang-tools-extra/clangd/index/dex/ |
H A D | PostingList.cpp | 79 for (const DocID Doc : C.decompress()) { in dump() local 173 for (DocID Doc : Documents.drop_front()) { in encodeStream() local
|
/llvm-project/clang/unittests/Basic/ |
H A D | SarifTest.cpp | 33 static std::string serializeSarifDocument(llvm::json::Object &&Doc) { in serializeSarifDocument() argument 104 const llvm::json::Array *Runs = Doc.getArray("runs"); in TEST_F() local 206 const llvm::json::Object &Doc = Writer.createDocument(); TEST_F() local
|
/llvm-project/clang/unittests/AST/ |
H A D | AttrTest.cpp | 35 TEST(Attr, Doc) { in TEST() argument
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | CodeCompletionStrings.cpp | 109 std::string Doc = in getDeclComment() local
|
H A D | JSONTransport.cpp | 117 if (auto Doc = llvm::json::parse(JSON)) { in loop() local
|
/llvm-project/clang-tools-extra/clangd/unittests/support/ |
H A D | TraceTests.cpp | 93 auto Doc = Stream.begin(); in TEST() local
|
/llvm-project/clang/utils/TableGen/ |
H A D | ClangSyntaxEmitter.cpp | 177 printDoc(llvm::StringRef Doc,llvm::raw_ostream & OS) printDoc() argument
|
/llvm-project/llvm/tools/llvm-readtapi/ |
H A D | DiffEngine.cpp | 227 for (const auto &Doc : Interface->documents()) { in getSingleIF() local 551 if (InlineDoc *Doc = dyn_cast<InlineDoc>(Item.get())) in printDifferences() local
|
/llvm-project/clang/lib/Basic/ |
H A D | Sarif.cpp | 417 json::Object Doc{ in createDocument() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | DXILEmitter.cpp | 41 StringRef Doc; // the documentation description of this instruction global() member
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 32 Document *Doc; member
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | YAMLParser.h | 626 std::unique_ptr<Document> *Doc = nullptr; variable
|