Searched refs:getCompileCommands (Results 1 - 9 of 9) sorted by relevance

/external/clang/bindings/python/tests/cindex/
H A Dtest_cdb.py27 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/
H A DCompilationDatabase.h103 virtual std::vector<CompileCommand> getCompileCommands(
175 virtual std::vector<CompileCommand> getCompileCommands(
185 /// getCompileCommands after adding the positional argument.
H A DJSONCompilationDatabase.h69 virtual std::vector<CompileCommand> getCompileCommands(
/external/clang/tools/libclang/
H A DCXCompilationDatabase.cpp54 CCmd(db->getCompileCommands(CompleteFileName));
/external/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp77 std::vector<CompileCommand> Commands = Database->getCompileCommands(FileName);
277 Database.getCompileCommands("source");
320 Database->getCompileCommands("source");
339 Database->getCompileCommands("source");
/external/clang/lib/Tooling/
H A DCompilationDatabase.cpp119 FixedCompilationDatabase::getCompileCommands(StringRef FilePath) const { function in class:clang::tooling::FixedCompilationDatabase
H A DJSONCompilationDatabase.cpp164 JSONCompilationDatabase::getCompileCommands(StringRef FilePath) const { function in class:clang::tooling::JSONCompilationDatabase
H A DTooling.cpp246 Compilations.getCompileCommands(File.str());
/external/clang/bindings/python/clang/
H A Dcindex.py2358 def getCompileCommands(self, filename): member in class:CompilationDatabase

Completed in 1367 milliseconds