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

/external/clang/include/clang/Tooling/
H A DCompilationDatabase.h210 std::vector<CompileCommand> CompileCommands; member in class:clang::tooling::FixedCompilationDatabase
H A DTooling.h296 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.py2597 # Keep a reference to the originating CompileCommands
2618 class CompileCommands(object): class in inherits:object
2620 CompileCommands is an iterable object containing all CompileCommand
2642 return CompileCommands(res)
2676 Get an iterable object providing all the CompileCommands available to
2684 Get an iterable object providing all the CompileCommands available from
2759 CompileCommands.from_result),
2764 CompileCommands.from_result),
3483 'CompileCommands',

Completed in 287 milliseconds