Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp124 struct TransferableCommand { struct
126 CompileCommand Cmd;
128 Optional<types::ID> Type;
130 LangStandard::Kind Std = LangStandard::lang_unspecified;
132 bool ClangCLMode;
134 TransferableCommand(CompileCommand C) in TransferableCommand() function
203 CompileCommand transferTo(StringRef Filename) const { in transferTo()
235 static bool checkIsCLMode(ArrayRef<std::string> CmdLine) { in checkIsCLMode()
247 static types::ID toType(InputKind::Language Lang) { in toType()
263 static StringRef toCLFlag(types::ID Type) { in toCLFlag()
[all …]