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

  /external/clang/bindings/python/tests/cindex/
test_cdb.py 27 assert cdb.getCompileCommands('file_do_not_exist.cpp') == None
32 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')
59 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')
70 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project2.cpp')
89 for cmd in cdb.getCompileCommands('/home/john.doe/MyProject/project2.cpp'):
96 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')
104 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')
  /external/clang/include/clang/Tooling/
CompilationDatabase.h 113 virtual std::vector<CompileCommand> getCompileCommands(
194 getCompileCommands(StringRef FilePath) const override;
209 /// getCompileCommands after adding the positional argument.
JSONCompilationDatabase.h 71 getCompileCommands(StringRef FilePath) const override;
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 122 std::vector<CompileCommand> Commands = Database->getCompileCommands(FileName);
406 Database.getCompileCommands("source");
460 Database->getCompileCommands("source");
479 Database->getCompileCommands("source");
496 Database->getCompileCommands("source");
515 Database->getCompileCommands("source");
  /external/clang/tools/libclang/
CXCompilationDatabase.cpp 52 std::vector<CompileCommand> CCmd(db->getCompileCommands(CompleteFileName));
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 271 // necessary so that getCompileCommands() can construct a command line for
313 FixedCompilationDatabase::getCompileCommands(StringRef FilePath) const {
JSONCompilationDatabase.cpp 173 JSONCompilationDatabase::getCompileCommands(StringRef FilePath) const {
Tooling.cpp 281 Compilations.getCompileCommands(File);
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 126 milliseconds