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 124 /// ability to provide a feasible implementation for \c getAllCompileCommands.
125 virtual std::vector<CompileCommand> getAllCompileCommands() const = 0;
205 std::vector<CompileCommand> getAllCompileCommands() const override;
JSONCompilationDatabase.h 80 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 322 FixedCompilationDatabase::getAllCompileCommands() const {
JSONCompilationDatabase.cpp 207 JSONCompilationDatabase::getAllCompileCommands() const {
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 54 static std::vector<CompileCommand> getAllCompileCommands(StringRef JSONDatabase,
62 return Database->getAllCompileCommands();
86 TEST(JSONCompilationDatabase, GetAllCompileCommands) {
89 getAllCompileCommands("[]", ErrorMessage).size()) << ErrorMessage;
98 std::vector<CompileCommand> Commands = getAllCompileCommands(
425 TEST(FixedCompilationDatabase, GetAllCompileCommands) {
431 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 199 milliseconds