Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DGuessTargetAndModeCompilationDatabase.cpp33 getCompileCommands(StringRef FilePath) const override { in getCompileCommands() function in clang::tooling::__anon5ef391110111::TargetAndModeAdderDatabase
34 return addTargetAndMode(Base->getCompileCommands(FilePath)); in getCompileCommands()
H A DExpandResponseFilesCompilationDatabase.cpp42 getCompileCommands(StringRef FilePath) const override { in getCompileCommands() function in clang::tooling::__anon1997490d0111::ExpandResponseFilesDatabase
43 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 DInterpolatingCompilationDatabase.cpp507 getCompileCommands(StringRef Filename) const override { in getCompileCommands() function in clang::tooling::__anon8a9af54b0111::InterpolatingCompilationDatabase
508 auto Known = Inner->getCompileCommands(Filename); in getCompileCommands()
516 Inner->getCompileCommands(Index.chooseProxy(Filename, foldType(Lang))); in getCompileCommands()
H A DCompilationDatabase.cpp135 auto C = getCompileCommands(File); in getAllCompileCommands()
384 FixedCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in FixedCompilationDatabase
H A DJSONCompilationDatabase.cpp226 JSONCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in JSONCompilationDatabase
H A DTooling.cpp560 // Currently implementations of CompilationDatabase::getCompileCommands can in run()
568 Compilations.getCompileCommands(File); in run()
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/
H A DCompilationDatabase.h129 virtual std::vector<CompileCommand> getCompileCommands(
146 /// getCompileCommands(). Subclasses may override this for efficiency.
208 getCompileCommands(StringRef FilePath) const override;
212 /// getCompileCommands after adding the positional argument.
225 /// but getCompileCommands() will infer commands for unknown files.
H A DJSONCompilationDatabase.h84 getCompileCommands(StringRef FilePath) const override;
H A DCommonOptionsParser.h132 getCompileCommands(StringRef FilePath) const override;