Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/
H A DCompilationDatabase.h123 virtual std::vector<CompileCommand> getCompileCommands(
196 getCompileCommands(StringRef FilePath) const override;
H A DJSONCompilationDatabase.h85 getCompileCommands(StringRef FilePath) const override;
H A DCommonOptionsParser.h140 getCompileCommands(StringRef FilePath) const override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DCommonOptionsParser.cpp61 std::vector<CompileCommand> ArgumentsAdjustingCompilations::getCompileCommands( in getCompileCommands() function in ArgumentsAdjustingCompilations
63 return adjustCommands(Compilations->getCompileCommands(FilePath)); in getCompileCommands()
H A DInterpolatingCompilationDatabase.cpp511 getCompileCommands(StringRef Filename) const override { in getCompileCommands() function in clang::tooling::__anonad4080680111::InterpolatingCompilationDatabase
512 auto Known = Inner->getCompileCommands(Filename); in getCompileCommands()
520 Inner->getCompileCommands(Index.chooseProxy(Filename, foldType(Lang))); in getCompileCommands()
H A DCompilationDatabase.cpp138 auto C = getCompileCommands(File); in getAllCompileCommands()
389 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.cpp468 Compilations.getCompileCommands(File); in run()