Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DGuessTargetAndModeCompilationDatabase.cpp33 getCompileCommands(StringRef FilePath) const override { in getCompileCommands() function in clang::tooling::__anon14fa794a0111::TargetAndModeAdderDatabase
H A DExpandResponseFilesCompilationDatabase.cpp41 getCompileCommands(StringRef FilePath) const override { in getCompileCommands() function in clang::tooling::__anon907b38660111::ExpandResponseFilesDatabase
H A DCommonOptionsParser.cpp60 std::vector<CompileCommand> ArgumentsAdjustingCompilations::getCompileCommands( in getCompileCommands() function in ArgumentsAdjustingCompilations
H A DJSONCompilationDatabase.cpp229 JSONCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in JSONCompilationDatabase
H A DCompilationDatabase.cpp382 FixedCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in FixedCompilationDatabase
H A DInterpolatingCompilationDatabase.cpp519 getCompileCommands(StringRef Filename) const override { in getCompileCommands() function in clang::tooling::__anon983895e40111::InterpolatingCompilationDatabase
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp210 getCompileCommands(StringRef FilePath) const override { in getCompileCommands() function in SingleCommandCompilationDatabase
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py3256 def getCompileCommands(self, filename): member in CompilationDatabase