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