Searched defs:TransferableCommand (Results 1 – 1 of 1) sorted by relevance
124 struct TransferableCommand { struct126 CompileCommand Cmd;128 Optional<types::ID> Type;130 LangStandard::Kind Std = LangStandard::lang_unspecified;132 bool ClangCLMode;134 TransferableCommand(CompileCommand C) in TransferableCommand() function203 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 …]