Searched refs:ExtractAPIIgnoresFileList (Results 1 – 3 of 3) sorted by relevance
445 if (!CI.getFrontendOpts().ExtractAPIIgnoresFileList.empty()) { in CreateASTConsumer()447 APIIgnoresList::create(CI.getFrontendOpts().ExtractAPIIgnoresFileList, in CreateASTConsumer()549 if (!CI.getFrontendOpts().ExtractAPIIgnoresFileList.empty()) { in CreateASTConsumer()551 APIIgnoresList::create(CI.getFrontendOpts().ExtractAPIIgnoresFileList, in CreateASTConsumer()
529 std::vector<std::string> ExtractAPIIgnoresFileList; variable
1562 MarshallingInfoStringVector<FrontendOpts<"ExtractAPIIgnoresFileList">>;