Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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