Home
last modified time | relevance | path

Searched refs:SourcesToBeParsed (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp173 std::vector<std::string> SourcesToBeParsed; in HandleFiles() local
184 SourcesToBeParsed.push_back(Src.str()); in HandleFiles()
188 if (!SourcesToBeParsed.empty()) { in HandleFiles()
189 ClangTool Tool(compilations, SourcesToBeParsed); in HandleFiles()