Home
last modified time | relevance | path

Searched refs:getCompileCommands (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/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')
65 cmds = cdb.getCompileCommands(file)
77 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project2.cpp')
96 for cmd in cdb.getCompileCommands('/home/john.doe/MyProject/project2.cpp'):
103 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')
111 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')
/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/clang_generator/
H A Dcompilation_database.cc38 std::vector<clang::tooling::CompileCommand> getCompileCommands( in getCompileCommands() function in sapi::WrappingCompilationDatabase
40 return inner_->getCompileCommands(file_path); in getCompileCommands()
88 std::vector<clang::tooling::CompileCommand> getCompileCommands( in getCompileCommands() function in sapi::FromCxxAjustedCompilationDatabase
97 inner_->getCompileCommands(file_path); in getCompileCommands()
/aosp_15_r20/external/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp149 std::vector<CompileCommand> Commands = Database->getCompileCommands(FileName); in findCompileArgsInJsonDatabase()
453 Database.getCompileCommands(FileName); in TEST()
508 Database->getCompileCommands("source"); in TEST()
527 Database->getCompileCommands("source"); in TEST()
544 Database->getCompileCommands("source"); in TEST()
563 Database->getCompileCommands("source"); in TEST()
/aosp_15_r20/external/clang/include/clang/Tooling/
H A DCompilationDatabase.h119 virtual std::vector<CompileCommand> getCompileCommands(
200 getCompileCommands(StringRef FilePath) const override;
H A DJSONCompilationDatabase.h79 getCompileCommands(StringRef FilePath) const override;
/aosp_15_r20/external/clang/lib/Tooling/
H A DCommonOptionsParser.cpp69 getCompileCommands(StringRef FilePath) const override { in getCompileCommands() function in __anon9794a91f0111::ArgumentsAdjustingCompilations
70 return adjustCommands(Compilations->getCompileCommands(FilePath)); in getCompileCommands()
H A DCompilationDatabase.cpp306 FixedCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in FixedCompilationDatabase
H A DJSONCompilationDatabase.cpp173 JSONCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in clang::tooling::JSONCompilationDatabase
H A DTooling.cpp391 Compilations.getCompileCommands(File); in run()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Tooling/
DCompilationDatabase.h129 virtual std::vector<CompileCommand> getCompileCommands(
208 getCompileCommands(StringRef FilePath) const override;
DJSONCompilationDatabase.h84 getCompileCommands(StringRef FilePath) const override;
DCommonOptionsParser.h127 getCompileCommands(StringRef FilePath) const override;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/
DCompilationDatabase.h129 virtual std::vector<CompileCommand> getCompileCommands(
208 getCompileCommands(StringRef FilePath) const override;
DJSONCompilationDatabase.h84 getCompileCommands(StringRef FilePath) const override;
DCommonOptionsParser.h132 getCompileCommands(StringRef FilePath) const override;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/
DCompilationDatabase.h129 virtual std::vector<CompileCommand> getCompileCommands(
208 getCompileCommands(StringRef FilePath) const override;
DJSONCompilationDatabase.h84 getCompileCommands(StringRef FilePath) const override;
DCommonOptionsParser.h127 getCompileCommands(StringRef FilePath) const override;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/
DCompilationDatabase.h129 virtual std::vector<CompileCommand> getCompileCommands(
208 getCompileCommands(StringRef FilePath) const override;
DJSONCompilationDatabase.h84 getCompileCommands(StringRef FilePath) const override;
DCommonOptionsParser.h127 getCompileCommands(StringRef FilePath) const override;
/aosp_15_r20/build/make/tools/ide_query/cc_analyzer/
H A Danalyzer.cc64 auto cmds = db->get()->getCompileCommands(active_file); in GetDeps()
106 auto cmds = db->get()->getCompileCommands(abs_file); in GetBuildInputs()
/aosp_15_r20/external/clang/tools/libclang/
H A DCXCompilationDatabase.cpp52 std::vector<CompileCommand> CCmd(db->getCompileCommands(CompleteFileName)); in clang_CompilationDatabase_getCompileCommands()
/aosp_15_r20/external/clang/bindings/python/clang/
H A Dcindex.py2832 def getCompileCommands(self, filename): member in CompilationDatabase
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/python3/site-packages/clang/
Dcindex.py3471 def getCompileCommands(self, filename): member in CompilationDatabase

12