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