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

Overrides

tools/clang/include/clang/Tooling/CompilationDatabase.h
  128   virtual std::vector<CompileCommand> getCompileCommands(

Declarations

tools/clang/include/clang/Tooling/CompilationDatabase.h
  201   getCompileCommands(StringRef FilePath) const override;

References

tools/clang/unittests/Tooling/CompilationDatabaseTest.cpp
  508     Database.getCompileCommands(FileName);
  566     Database->getCompileCommands("source");
  583     Database->getCompileCommands("source");
  600     Database->getCompileCommands("source");
  635     Database->getCompileCommands("source");
tools/clang/unittests/Tooling/ExecutionTest.cpp
  237     return FixedCompilations.getCompileCommands(FilePath);