Home
last modified time | relevance | path

Searched defs:Listener (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DBroadcaster.h30 class Listener; variable
147 friend class Listener; variable
337 friend class Listener; variable
H A DEvent.h181 friend class Listener; variable
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DStage.cpp23 void Stage::addListener(HWEventListener *Listener) { in addListener()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp45 for (auto &Listener : Listeners) in MacroRead() local
80 for (auto &Listener : Listeners) in ModuleRead() local
86 for (auto &Listener : Listeners) in ModuleImportRead() local
174 for (auto &Listener : Listeners) in ResolvedExceptionSpec() local
203 for (auto &Listener : Listeners) in FunctionDefinitionInstantiated() local
H A DCompilerInstance.cpp518 for (auto &Listener : DependencyCollectors) in createPreprocessor() local
651 for (auto &Listener : DependencyCollectors) in createPCHExternalASTSource() local
654 auto Listener = std::make_unique<ReadModuleNames>(PP); in createPCHExternalASTSource() local
1754 for (auto &Listener : DependencyCollectors) in createASTReader() local
1777 auto Listener = std::make_unique<ReadModuleNames>(*PP); in loadModuleFile() local
H A DFrontendActions.cpp870 DumpModuleInfoListener Listener(Out); in ExecuteAction() local
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DPipeline.cpp24 void Pipeline::addEventListener(HWEventListener *Listener) { in addEventListener()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPassRegistry.cpp58 for (auto *Listener : Listeners) in registerPass() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h78 *Listener; // Listener for list adds are removes. variable
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp21 Listener::Listener(const char *name) : m_name(name) { in Listener() function in Listener
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h888 void addDependencyCollector(std::shared_ptr<DependencyCollector> Listener) { in addDependencyCollector()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp480 if (auto *Listener = getASTMutationListener()) in ActOnModuleDecl() local
H A DSemaExceptionSpec.cpp244 if (auto *Listener = getASTMutationListener()) in UpdateExceptionSpec() local
H A DSemaTemplateInstantiateDecl.cpp5197 if (auto *Listener = getASTMutationListener()) in InstantiateFunctionDefinition() local
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp464 MigrationProcess::RewriteListener *Listener; member in __anon76387d3f0411::RewritesApplicator
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp144 PrebuiltModuleListener Listener(ModuleFiles, Worklist, PrebuiltModuleVFSMap, in visitPrebuiltModule() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp901 void ASTReader::setDeserializationListener(ASTDeserializationListener *Listener, in setDeserializationListener()
2763 bool AllowCompatibleConfigurationMismatch, ASTReaderListener &Listener, in ReadOptionsBlock()
4913 bool AllowCompatibleConfigurationMismatch, ASTReaderListener *Listener, in readUnhashedControlBlockImpl()
5406 ASTReaderListener &Listener, bool ValidateDiagnosticOptions, in readASTFileControlBlock()
6030 ASTReaderListener &Listener, in ParseLanguageOptions()
6071 ASTReaderListener &Listener, in ParseTargetOptions()
6091 ASTReaderListener &Listener) { in ParseDiagnosticOptions()
6108 ASTReaderListener &Listener) { in ParseFileSystemOptions()
6117 ASTReaderListener &Listener) { in ParseHeaderSearchOptions()
6140 ASTReaderListener &Listener) { in ParseHeaderSearchPaths()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h422 std::unique_ptr<ASTReaderListener> Listener; variable
1690 void setListener(std::unique_ptr<ASTReaderListener> Listener) { in setListener()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h665 ASTMutationListener *Listener = nullptr; variable
1233 void setASTMutationListener(ASTMutationListener *Listener) { in setASTMutationListener()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h122 class Listener; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp1140 LLVMJITEventListenerRef Listener) { in LLVMOrcRTDyldObjectLinkingLayerRegisterJITEventListener()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11341 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesWith() local
11399 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesWith() local
11447 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesWith() local
11501 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesOfValueWith() local
11670 RAUOVWUpdateListener Listener(*this, Uses); in ReplaceAllUsesOfValuesWith() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5271 if (ASTMutationListener *Listener = Ctx.getASTMutationListener()) in setAnonymousNamespace() local
H A DASTContext.cpp1017 if (auto *Listener = getASTMutationListener()) in mergeDefinitionIntoModule() local