Home
last modified time | relevance | path

Searched refs:APIIgnoresList (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPIIgnoresList.cpp34 Expected<APIIgnoresList>
35 APIIgnoresList::create(const FilePathList &IgnoresFilePathList, in create()
56 return APIIgnoresList(std::move(Lines), std::move(symbolBufferList)); in create()
59 bool APIIgnoresList::shouldIgnore(StringRef SymbolName) const { in shouldIgnore()
H A DExtractAPIConsumer.cpp427 APIIgnoresList::create(CI.getFrontendOpts().ExtractAPIIgnoresFileList, in CreateASTConsumer()
531 APIIgnoresList::create(CI.getFrontendOpts().ExtractAPIIgnoresFileList, in CreateASTConsumer()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPIIgnoresList.h46 struct APIIgnoresList { struct
52 static llvm::Expected<APIIgnoresList>
55 APIIgnoresList() = default;
65 APIIgnoresList(SymbolNameList SymbolsToIgnore, BufferList Buffers) in APIIgnoresList() argument
H A DExtractAPIActionBase.h45 extractapi::APIIgnoresList IgnoresList;
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.h100 const APIIgnoresList &IgnoresList;
115 const APIIgnoresList &IgnoresList,
120 const APIIgnoresList &IgnoresList,
273 SymbolGraphSerializer(const APISet &API, const APIIgnoresList &IgnoresList,
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp1056 raw_ostream &OS, const APISet &API, const APIIgnoresList &IgnoresList, in serializeMainSymbolGraph()
1071 const APIIgnoresList &IgnoresList, in serializeWithExtensionGraphs()
1098 APIIgnoresList EmptyIgnores; in serializeSingleSymbolSGF()
/freebsd/lib/clang/libclang/
H A DMakefile452 SRCS_MIN+= ExtractAPI/APIIgnoresList.cpp