Searched defs:TransferableCommand (Results 1 – 1 of 1) sorted by relevance
126 struct TransferableCommand { struct128 CompileCommand Cmd;130 Optional<types::ID> Type;132 LangStandard::Kind Std = LangStandard::lang_unspecified;134 bool ClangCLMode;136 TransferableCommand(CompileCommand C) in TransferableCommand() function207 CompileCommand transferTo(StringRef Filename) const { in transferTo()243 static bool checkIsCLMode(ArrayRef<std::string> CmdLine) { in checkIsCLMode()256 static types::ID toType(Language Lang) { in toType()272 static StringRef toCLFlag(types::ID Type) { in toCLFlag()[all …]