Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp342 if (!CI.getFrontendOpts().ExtractAPIIgnoresFile.empty()) { in CreateASTConsumer()
344 APIIgnoresList::create(CI.getFrontendOpts().ExtractAPIIgnoresFile, in CreateASTConsumer()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendOptions.h457 std::string ExtractAPIIgnoresFile; variable
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td1134 MarshallingInfoString<FrontendOpts<"ExtractAPIIgnoresFile">>;