HomeSort by relevance Sort by last modified time
    Searched refs:getAllCompileCommands (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/Tooling/
CompilationDatabase.h 130 /// ability to provide a feasible implementation for \c getAllCompileCommands.
131 virtual std::vector<CompileCommand> getAllCompileCommands() const = 0;
211 std::vector<CompileCommand> getAllCompileCommands() const override;
JSONCompilationDatabase.h 88 std::vector<CompileCommand> getAllCompileCommands() const override;
  /external/clang/lib/Tooling/
CommonOptionsParser.cpp 77 std::vector<CompileCommand> getAllCompileCommands() const override {
78 return adjustCommands(Compilations->getAllCompileCommands());
CompilationDatabase.cpp 320 FixedCompilationDatabase::getAllCompileCommands() const {
JSONCompilationDatabase.cpp 207 JSONCompilationDatabase::getAllCompileCommands() const {
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 60 static std::vector<CompileCommand> getAllCompileCommands(StringRef JSONDatabase,
68 return Database->getAllCompileCommands();
92 TEST(JSONCompilationDatabase, GetAllCompileCommands) {
95 getAllCompileCommands("[]", ErrorMessage).size()) << ErrorMessage;
104 std::vector<CompileCommand> Commands = getAllCompileCommands(
123 Commands = getAllCompileCommands(
473 TEST(FixedCompilationDatabase, GetAllCompileCommands) {
479 EXPECT_EQ(0ul, Database.getAllCompileCommands().size());
  /external/clang/bindings/python/tests/cindex/
test_cdb.py 38 cmds = cdb.getAllCompileCommands()
  /external/clang/tools/libclang/
CXCompilationDatabase.cpp 63 std::vector<CompileCommand> CCmd(db->getAllCompileCommands());
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 297 milliseconds