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

References

tools/clang/unittests/Tooling/CompilationDatabaseTest.cpp
  673     Entries[path(File)].push_back(
  674         {Dir, path(File), {Argv.begin(), Argv.end()}, "foo.o"});
  698             ->getCompileCommands(path(F));
  702     EXPECT_EQ(Results[0].CommandLine.back(), path(F))
  712             ->getCompileCommands(path(F));
  767   Entries.erase(path(StringRef("dir/bar.c")));
  845                        ->getCompileCommands(path(F));