Home
last modified time | relevance | path

Searched defs:getAllCompileCommands (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Tooling/
H A DCommonOptionsParser.cpp76 std::vector<CompileCommand> getAllCompileCommands() const override { in getAllCompileCommands() function in ArgumentsAdjustingCompilations
H A DCompilationDatabase.cpp323 FixedCompilationDatabase::getAllCompileCommands() const { in getAllCompileCommands() function in clang::tooling::FixedCompilationDatabase
H A DJSONCompilationDatabase.cpp207 JSONCompilationDatabase::getAllCompileCommands() const { in getAllCompileCommands() function in clang::tooling::JSONCompilationDatabase
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp54 static std::vector<CompileCommand> getAllCompileCommands(StringRef JSONDatabase, in getAllCompileCommands() function
/minix3/external/bsd/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py2723 def getAllCompileCommands(self): member in CompilationDatabase