Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/
DCompilationDatabase.cpp301 CompileCommands.emplace_back(Directory, StringRef(), in FixedCompilationDatabase()
307 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.py2776 class CompileCommands(object): class
2800 return CompileCommands(res)
2918 CompileCommands.from_result),
2923 CompileCommands.from_result),