Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DYAMLSerialization.cpp56 struct CompileCommandYAML : clang::tooling::CompileCommand {}; struct
367 template <> struct MappingTraits<CompileCommandYAML> {
368 static void mapping(IO &IO, CompileCommandYAML &Cmd) { in mapping()
395 MappingTraits<CompileCommandYAML>::mapping( in mapping()
396 IO, static_cast<CompileCommandYAML &>(*Variant.Cmd)); in mapping()