Home
last modified time | relevance | path

Searched refs:CompileCommandYAML (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DYAMLSerialization.cpp53 struct CompileCommandYAML : clang::tooling::CompileCommand {}; struct
348 template <> struct MappingTraits<CompileCommandYAML> {
349 static void mapping(IO &IO, CompileCommandYAML &Cmd) { in mapping()
376 MappingTraits<CompileCommandYAML>::mapping( in mapping()
377 IO, static_cast<CompileCommandYAML &>(*Variant.Cmd)); in mapping()