Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DGuessTargetAndModeCompilationDatabase.cpp33 getCompileCommands(StringRef FilePath) const override { in getCompileCommands() function in clang::tooling::__anona96c63bf0111::TargetAndModeAdderDatabase
34 return addTargetAndMode(Base->getCompileCommands(FilePath)); in getCompileCommands()
H A DLocateToolCompilationDatabase.cpp35 getCompileCommands(StringRef FilePath) const override { in getCompileCommands() function in clang::tooling::__anon52c0036f0111::LocationAdderDatabase
36 return addLocation(Base->getCompileCommands(FilePath)); in getCompileCommands()
H A DExpandResponseFilesCompilationDatabase.cpp38 getCompileCommands(StringRef FilePath) const override { in getCompileCommands() function in clang::tooling::__anonb32a717b0111::ExpandResponseFilesDatabase
39 return expand(Base->getCompileCommands(FilePath)); in getCompileCommands()
H A DCommonOptionsParser.cpp60 std::vector<CompileCommand> ArgumentsAdjustingCompilations::getCompileCommands( in getCompileCommands() function in ArgumentsAdjustingCompilations
62 return adjustCommands(Compilations->getCompileCommands(FilePath)); in getCompileCommands()
H A DCompilationDatabase.cpp129 auto C = getCompileCommands(File); in getAllCompileCommands()
378 FixedCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in FixedCompilationDatabase
H A DJSONCompilationDatabase.cpp221 JSONCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in JSONCompilationDatabase
H A DTooling.cpp566 Compilations.getCompileCommands(File); in run()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DCompilationDatabase.h129 virtual std::vector<CompileCommand> getCompileCommands(
208 getCompileCommands(StringRef FilePath) const override;
H A DJSONCompilationDatabase.h84 getCompileCommands(StringRef FilePath) const override;
H A DCommonOptionsParser.h132 getCompileCommands(StringRef FilePath) const override;
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp851 getCompileCommands(StringRef FilePath) const override { in getCompilationDatabase() function in getCompilationDatabase::InplaceCompilationDatabase