Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp445 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()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h529 std::vector<std::string> ExtractAPIIgnoresFileList; variable
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1562 MarshallingInfoStringVector<FrontendOpts<"ExtractAPIIgnoresFileList">>;