Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DBroadcaster.h30 class Listener; variable
243 friend class Listener; variable
423 friend class Listener; variable
H A DEvent.h183 friend class Listener; variable
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DMultiplexConsumer.cpp42 for (auto &Listener : Listeners) in MacroRead() local
72 for (auto &Listener : Listeners) in ModuleRead() local
78 for (auto &Listener : Listeners) in ModuleImportRead() local
161 for (auto &Listener : Listeners) in ResolvedExceptionSpec() local
190 for (auto &Listener : Listeners) in FunctionDefinitionInstantiated() local
H A DCompilerInstance.cpp527 for (auto &Listener : DependencyCollectors) in createPreprocessor() local
659 for (auto &Listener : DependencyCollectors) in createPCHExternalASTSource() local
662 auto Listener = std::make_unique<ReadModuleNames>(PP); in createPCHExternalASTSource() local
1700 for (auto &Listener : DependencyCollectors) in createASTReader() local
1722 auto Listener = std::make_unique<ReadModuleNames>(*PP); in loadModuleFile() local
H A DFrontendActions.cpp803 DumpModuleInfoListener Listener(Out); in ExecuteAction() local
/openbsd-src/gnu/llvm/llvm/lib/MCA/Stages/
H A DStage.cpp23 void Stage::addListener(HWEventListener *Listener) { in addListener()
/openbsd-src/gnu/llvm/llvm/lib/MCA/
H A DPipeline.cpp24 void Pipeline::addEventListener(HWEventListener *Listener) { in addEventListener()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DPassRegistry.cpp58 for (auto *Listener : Listeners) in registerPass() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp196 std::unique_ptr<llvm::JITEventListener> Listener( in ProcessInput() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h78 *Listener; // Listener for list adds are removes. variable
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h813 void addDependencyCollector(std::shared_ptr<DependencyCollector> Listener) { in addDependencyCollector()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DListener.cpp36 Listener::Listener(const char *name) in Listener() function in Listener
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp102 PrebuiltModuleListener Listener(ModuleFiles, InputFiles, VisitInputFiles, in visitPrebuiltModule() local
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp870 void ASTReader::setDeserializationListener(ASTDeserializationListener *Listener, in setDeserializationListener()
2528 bool AllowCompatibleConfigurationMismatch, ASTReaderListener &Listener, in ReadOptionsBlock()
4740 bool AllowCompatibleConfigurationMismatch, ASTReaderListener *Listener, in readUnhashedControlBlockImpl()
5224 ASTReaderListener &Listener, bool ValidateDiagnosticOptions) { in readASTFileControlBlock()
5825 ASTReaderListener &Listener, in ParseLanguageOptions()
5866 ASTReaderListener &Listener, in ParseTargetOptions()
5886 ASTReaderListener &Listener) { in ParseDiagnosticOptions()
5903 ASTReaderListener &Listener) { in ParseFileSystemOptions()
5912 ASTReaderListener &Listener) { in ParseHeaderSearchOptions()
5935 ASTReaderListener &Listener) { in ParseHeaderSearchPaths()
[all …]
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DARCMT.cpp464 MigrationProcess::RewriteListener *Listener; member in __anone64d1f360411::RewritesApplicator
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h421 std::unique_ptr<ASTReaderListener> Listener; variable
1649 void setListener(std::unique_ptr<ASTReaderListener> Listener) { in setListener()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp247 if (auto *Listener = getASTMutationListener()) in UpdateExceptionSpec() local
H A DSemaTemplateInstantiateDecl.cpp5094 if (auto *Listener = getASTMutationListener()) in InstantiateFunctionDefinition() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h636 ASTMutationListener *Listener = nullptr; variable
1173 void setASTMutationListener(ASTMutationListener *Listener) { in setASTMutationListener()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h120 class Listener; variable
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp1184 LLVMJITEventListenerRef Listener) { in LLVMOrcRTDyldObjectLinkingLayerRegisterJITEventListener()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10356 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesWith() local
10414 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesWith() local
10462 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesWith() local
10516 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesOfValueWith() local
10685 RAUOVWUpdateListener Listener(*this, Uses); in ReplaceAllUsesOfValuesWith() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp1086 if (auto *Listener = getASTMutationListener()) in mergeDefinitionIntoModule() local