Home
last modified time | relevance | path

Searched defs:Listener (Results 1 – 23 of 23) 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.h180 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.cpp515 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
1769 for (auto &Listener : DependencyCollectors) in createASTReader() local
1792 auto Listener = std::make_unique<ReadModuleNames>(*PP); in loadModuleFile() local
H A DFrontendActions.cpp898 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.h915 void addDependencyCollector(std::shared_ptr<DependencyCollector> Listener) { in addDependencyCollector()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp483 if (auto *Listener = getASTMutationListener()) in ActOnModuleDecl() local
H A DSemaExceptionSpec.cpp246 if (auto *Listener = getASTMutationListener()) in UpdateExceptionSpec() local
H A DSemaTemplateInstantiateDecl.cpp5858 if (auto *Listener = getASTMutationListener()) in InstantiateFunctionDefinition() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp930 void ASTReader::setDeserializationListener(ASTDeserializationListener *Listener, in setDeserializationListener()
2947 ASTReaderListener &Listener, std::string &SuggestedPredefines) { in ReadOptionsBlock()
5207 ASTReaderListener *Listener, bool ValidateDiagnosticOptions) { in readUnhashedControlBlockImpl()
5705 ASTReaderListener &Listener, bool ValidateDiagnosticOptions, in readASTFileControlBlock()
6362 ASTReaderListener &Listener, in ParseLanguageOptions()
6404 ASTReaderListener &Listener, in ParseTargetOptions()
6425 ASTReaderListener &Listener) { in ParseDiagnosticOptions()
6442 ASTReaderListener &Listener) { in ParseFileSystemOptions()
6452 ASTReaderListener &Listener) { in ParseHeaderSearchOptions()
6475 ASTReaderListener &Listener) { in ParseHeaderSearchPaths()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp215 PrebuiltModuleListener Listener(ModuleFiles, Worklist, PrebuiltModulesASTMap, in visitPrebuiltModule() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h738 ASTMutationListener *Listener = nullptr; variable
1335 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.cpp1143 LLVMJITEventListenerRef Listener) { in LLVMOrcRTDyldObjectLinkingLayerRegisterJITEventListener()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1876 void setListener(std::unique_ptr<ASTReaderListener> Listener) { in setListener()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11901 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesWith() local
11959 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesWith() local
12007 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesWith() local
12061 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesOfValueWith() local
12249 RAUOVWUpdateListener Listener(*this, Uses); in ReplaceAllUsesOfValuesWith() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5379 if (ASTMutationListener *Listener = Ctx.getASTMutationListener()) in setAnonymousNamespace() local
H A DASTContext.cpp1080 if (auto *Listener = getASTMutationListener(); in mergeDefinitionIntoModule() local