Home
last modified time | relevance | path

Searched defs:CompileCommand (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/
H A DCompilationDatabase.h44 struct CompileCommand { struct
46 CompileCommand(const Twine &Directory, const Twine &Filename, in CompileCommand() function
68 friend bool operator==(const CompileCommand &LHS, const CompileCommand &RHS) { argument
/openbsd-src/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py3227 class CompileCommand(object): class