Searched refs:getAllCompileCommands (Results 1 - 8 of 8) sorted by last modified time

/external/clang/lib/Tooling/
H A DCompilationDatabase.cpp325 FixedCompilationDatabase::getAllCompileCommands() const { function in class:clang::tooling::FixedCompilationDatabase
H A DJSONCompilationDatabase.cpp207 JSONCompilationDatabase::getAllCompileCommands() const { function in class:clang::tooling::JSONCompilationDatabase
/external/clang/tools/libclang/
H A DCXCompilationDatabase.cpp63 std::vector<CompileCommand> CCmd(db->getAllCompileCommands());
/external/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp54 static std::vector<CompileCommand> getAllCompileCommands(StringRef JSONDatabase, function in namespace:clang::tooling
62 return Database->getAllCompileCommands();
89 getAllCompileCommands("[]", ErrorMessage).size()) << ErrorMessage;
98 std::vector<CompileCommand> Commands = getAllCompileCommands(
431 EXPECT_EQ(0ul, Database.getAllCompileCommands().size());
/external/clang/bindings/python/clang/
H A Dcindex.py2682 def getAllCompileCommands(self): member in class:CompilationDatabase
/external/clang/bindings/python/tests/cindex/
H A Dtest_cdb.py38 cmds = cdb.getAllCompileCommands()
/external/clang/include/clang/Tooling/
H A DCompilationDatabase.h124 /// ability to provide a feasible implementation for \c getAllCompileCommands.
125 virtual std::vector<CompileCommand> getAllCompileCommands() const = 0;
205 std::vector<CompileCommand> getAllCompileCommands() const override;
H A DJSONCompilationDatabase.h80 std::vector<CompileCommand> getAllCompileCommands() const override;

Completed in 233 milliseconds