Searched refs:ExtractAPIIgnoresFileList (Results 1 – 3 of 3) sorted by relevance
425 if (!CI.getFrontendOpts().ExtractAPIIgnoresFileList.empty()) { in CreateASTConsumer()427 APIIgnoresList::create(CI.getFrontendOpts().ExtractAPIIgnoresFileList, in CreateASTConsumer()529 if (!CI.getFrontendOpts().ExtractAPIIgnoresFileList.empty()) { in CreateASTConsumer()531 APIIgnoresList::create(CI.getFrontendOpts().ExtractAPIIgnoresFileList, in CreateASTConsumer()
464 std::vector<std::string> ExtractAPIIgnoresFileList; variable
1527 MarshallingInfoStringVector<FrontendOpts<"ExtractAPIIgnoresFileList">>;