reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Tooling/JSONCompilationDatabase.cpp
  380         Command = std::vector<llvm::yaml::ScalarNode *>();
  387           Command->push_back(Scalar);
  390         if (!Command)
  391           Command = std::vector<llvm::yaml::ScalarNode *>(1, ValueString);
  406     if (!Command) {
  427     auto Cmd = CompileCommandRef(Directory, File, *Command, Output);