Searched defs:CompileCommands (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Tooling/
H A DCompilationDatabase.h196 std::vector<CompileCommand> CompileCommands; member in class:clang::tooling::FixedCompilationDatabase
H A DTooling.h208 std::vector< std::pair<std::string, CompileCommand> > CompileCommands; member in class:clang::tooling::ClangTool
/external/clang/bindings/python/tests/cindex/
H A Dtest_cdb.py3 from clang.cindex import CompileCommands namespace
/external/clang/bindings/python/clang/
H A Dcindex.py2362 # Keep a reference to the originating CompileCommands
2383 class CompileCommands(object): class in inherits:object
2385 CompileCommands is an iterable object containing all CompileCommand
2407 return CompileCommands(res)
2441 Get an iterable object providing all the CompileCommands available to
2516 CompileCommands.from_result),
3187 'CompileCommands',

Completed in 272 milliseconds