HomeSort by: relevance | last modified time | path
    Searched defs:CompileCommand (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/
CompilationDatabase.h 44 struct CompileCommand {
45 CompileCommand() = default;
46 CompileCommand(const Twine &Directory, const Twine &Filename,
68 friend bool operator==(const CompileCommand &LHS, const CompileCommand &RHS) {
74 friend bool operator!=(const CompileCommand &LHS, const CompileCommand &RHS) {
129 virtual std::vector<CompileCommand> getCompileCommands(
147 virtual std::vector<CompileCommand> getAllCompileCommands() const;
163 /// when a CompileCommand is requested. The argv[0] of the returned comman
    [all...]
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 3170 class CompileCommand(object):
3180 """Get the working directory for this CompileCommand"""
3185 """Get the working filename for this CompileCommand"""
3202 CompileCommands is an iterable object containing all CompileCommand
3218 return CompileCommand(cc, self)
4203 'CompileCommand',

Completed in 20 milliseconds