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

  /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/lib/Tooling/
CompilationDatabase.cpp 319 FixedCompilationDatabase::getAllCompileCommands() const {
JSONCompilationDatabase.cpp 207 JSONCompilationDatabase::getAllCompileCommands() const {
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 1803 milliseconds