Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp426 if (!CI.getFrontendOpts().ExtractAPIIgnoresFileList.empty()) { in CreateASTConsumer()
428 APIIgnoresList::create(CI.getFrontendOpts().ExtractAPIIgnoresFileList, in CreateASTConsumer()
530 if (!CI.getFrontendOpts().ExtractAPIIgnoresFileList.empty()) { in CreateASTConsumer()
532 APIIgnoresList::create(CI.getFrontendOpts().ExtractAPIIgnoresFileList, in CreateASTConsumer()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h493 std::vector<std::string> ExtractAPIIgnoresFileList; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1480 MarshallingInfoStringVector<FrontendOpts<"ExtractAPIIgnoresFileList">>;