OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAllCompileCommands
(Results
1 - 8
of
8
) sorted by null
/external/clang/include/clang/Tooling/
CompilationDatabase.h
124
/// ability to provide a feasible implementation for \c
getAllCompileCommands
.
125
virtual std::vector<CompileCommand>
getAllCompileCommands
() const = 0;
205
std::vector<CompileCommand>
getAllCompileCommands
() const override;
JSONCompilationDatabase.h
80
std::vector<CompileCommand>
getAllCompileCommands
() const override;
/external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp
54
static std::vector<CompileCommand>
getAllCompileCommands
(StringRef JSONDatabase,
62
return Database->
getAllCompileCommands
();
86
TEST(JSONCompilationDatabase,
GetAllCompileCommands
) {
89
getAllCompileCommands
("[]", ErrorMessage).size()) << ErrorMessage;
98
std::vector<CompileCommand> Commands =
getAllCompileCommands
(
425
TEST(FixedCompilationDatabase,
GetAllCompileCommands
) {
431
EXPECT_EQ(0ul, Database.
getAllCompileCommands
().size());
/external/clang/bindings/python/tests/cindex/
test_cdb.py
38
cmds = cdb.
getAllCompileCommands
()
/external/clang/tools/libclang/
CXCompilationDatabase.cpp
63
std::vector<CompileCommand> CCmd(db->
getAllCompileCommands
());
/external/clang/lib/Tooling/
CompilationDatabase.cpp
325
FixedCompilationDatabase::
getAllCompileCommands
() const {
JSONCompilationDatabase.cpp
207
JSONCompilationDatabase::
getAllCompileCommands
() const {
/external/clang/bindings/python/clang/
cindex.py
[
all
...]
Completed in 60 milliseconds