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')
38 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')
49 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project2.cpp')
68 for cmd in cdb.getCompileCommands('/home/john.doe/MyProject/project2.cpp'):
75 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')
83 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')
  /external/clang/include/clang/Tooling/
CompilationDatabase.h 103 virtual std::vector<CompileCommand> getCompileCommands(
179 virtual std::vector<CompileCommand> getCompileCommands(
195 /// getCompileCommands after adding the positional argument.
JSONCompilationDatabase.h 70 virtual std::vector<CompileCommand> getCompileCommands(
  /external/clang/tools/libclang/
CXCompilationDatabase.cpp 53 CCmd(db->getCompileCommands(CompleteFileName));
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 124 FixedCompilationDatabase::getCompileCommands(StringRef FilePath) const {
JSONCompilationDatabase.cpp 174 JSONCompilationDatabase::getCompileCommands(StringRef FilePath) const {
Tooling.cpp 248 Compilations.getCompileCommands(File.str());
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 122 std::vector<CompileCommand> Commands = Database->getCompileCommands(FileName);
406 Database.getCompileCommands("source");
458 Database->getCompileCommands("source");
477 Database->getCompileCommands("source");
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 1078 milliseconds