Home
last modified time | relevance | path

Searched refs:CompileCommands (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Tooling/
DCompilationDatabase.cpp302 CompileCommands.emplace_back(Directory, StringRef(), in FixedCompilationDatabase()
308 std::vector<CompileCommand> Result(CompileCommands); in getCompileCommands()
/external/clang/include/clang/Tooling/
DCompilationDatabase.h216 std::vector<CompileCommand> CompileCommands;
/external/clang/bindings/python/tests/cindex/
Dtest_cdb.py3 from clang.cindex import CompileCommands
/external/clang/bindings/python/clang/
Dcindex.py2717 class CompileCommands(object): class
2741 return CompileCommands(res)
2859 CompileCommands.from_result),
2864 CompileCommands.from_result),