Home
last modified time | relevance | path

Searched defs:DataConsumer (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp102 std::shared_ptr<IndexDataConsumer> DataConsumer; member in __anon14b6cd270111::IndexASTConsumer
108 IndexASTConsumer(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexASTConsumer() argument
150 std::shared_ptr<IndexDataConsumer> DataConsumer; member in __anon14b6cd270111::IndexAction
154 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction() argument
172 createIndexingASTConsumer(std::shared_ptr<IndexDataConsumer> DataConsumer,const IndexingOptions & Opts,std::shared_ptr<Preprocessor> PP,std::function<bool (const Decl *)> ShouldSkipFunctionBody) createIndexingASTConsumer() argument
180 createIndexingASTConsumer(std::shared_ptr<IndexDataConsumer> DataConsumer,const IndexingOptions & Opts,std::shared_ptr<Preprocessor> PP) createIndexingASTConsumer() argument
195 createIndexingAction(std::shared_ptr<IndexDataConsumer> DataConsumer,const IndexingOptions & Opts) createIndexingAction() argument
214 indexPreprocessorMacro(const IdentifierInfo * II,const MacroInfo * MI,MacroDirective::Kind DirectiveKind,SourceLocation Loc,IndexDataConsumer & DataConsumer) indexPreprocessorMacro() argument
233 indexPreprocessorMacros(Preprocessor & PP,IndexDataConsumer & DataConsumer) indexPreprocessorMacros() argument
244 indexPreprocessorModuleMacros(Preprocessor & PP,serialization::ModuleFile & Mod,IndexDataConsumer & DataConsumer) indexPreprocessorModuleMacros() argument
260 indexASTUnit(ASTUnit & Unit,IndexDataConsumer & DataConsumer,IndexingOptions Opts) indexASTUnit() argument
275 indexTopLevelDecls(ASTContext & Ctx,Preprocessor & PP,ArrayRef<const Decl * > Decls,IndexDataConsumer & DataConsumer,IndexingOptions Opts) indexTopLevelDecls() argument
297 indexModuleFile(serialization::ModuleFile & Mod,ASTReader & Reader,IndexDataConsumer & DataConsumer,IndexingOptions Opts) indexModuleFile() argument
[all...]
H A DIndexingContext.h40 IndexDataConsumer &DataConsumer; variable
44 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer) in IndexingContext()
H A DIndexingContext.cpp95 IndexDataConsumer &DataConsumer) { in reportModuleReferences()
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDataCollection.h44 void addDataToConsumer(T &DataConsumer, llvm::StringRef Str) { in addDataToConsumer()
48 template <class T> void addDataToConsumer(T &DataConsumer, const QualType &QT) { in addDataToConsumer()
56 addDataToConsumer(T &DataConsumer, Type Data) { in addDataToConsumer()
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp184 T &DataConsumer; member in __anon1774e88f0111::CloneTypeIIStmtDataCollector
192 T &DataConsumer) in CloneTypeIIStmtDataCollector()