Searched defs:ClangInvocationInfo (Results 1 – 1 of 1) sorted by relevance
38 struct ClangInvocationInfo { struct39 std::string Toolchain;40 std::string LibclangOperation;41 std::string LibclangOptions;42 std::vector<std::string> Arguments;43 std::vector<std::string> InvocationArguments;44 std::vector<UnsavedFileHash> UnsavedFileHashes;45 bool Dump = false;