/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Broadcaster.h | 30 class Listener; variable 147 friend class Listener; variable 337 friend class Listener; variable
|
H A D | Event.h | 181 friend class Listener; variable
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/ |
H A D | Stage.cpp | 23 void Stage::addListener(HWEventListener *Listener) { in addListener()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | MultiplexConsumer.cpp | 45 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 D | CompilerInstance.cpp | 518 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 D | FrontendActions.cpp | 870 DumpModuleInfoListener Listener(Out); in ExecuteAction() local
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/ |
H A D | Pipeline.cpp | 24 void Pipeline::addEventListener(HWEventListener *Listener) { in addEventListener()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | PassRegistry.cpp | 58 for (auto *Listener : Listeners) in registerPass() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachinePassRegistry.h | 78 *Listener; // Listener for list adds are removes. variable
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Listener.cpp | 21 Listener::Listener(const char *name) : m_name(name) { in Listener() function in Listener
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 888 void addDependencyCollector(std::shared_ptr<DependencyCollector> Listener) { in addDependencyCollector()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 480 if (auto *Listener = getASTMutationListener()) in ActOnModuleDecl() local
|
H A D | SemaExceptionSpec.cpp | 244 if (auto *Listener = getASTMutationListener()) in UpdateExceptionSpec() local
|
H A D | SemaTemplateInstantiateDecl.cpp | 5197 if (auto *Listener = getASTMutationListener()) in InstantiateFunctionDefinition() local
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 464 MigrationProcess::RewriteListener *Listener; member in __anon76387d3f0411::RewritesApplicator
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 144 PrebuiltModuleListener Listener(ModuleFiles, Worklist, PrebuiltModuleVFSMap, in visitPrebuiltModule() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 901 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 D | ASTReader.h | 422 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 D | ASTContext.h | 665 ASTMutationListener *Listener = nullptr; variable 1233 void setASTMutationListener(ASTMutationListener *Listener) { in setASTMutationListener()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-forward.h | 122 class Listener; variable
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcV2CBindings.cpp | 1140 LLVMJITEventListenerRef Listener) { in LLVMOrcRTDyldObjectLinkingLayerRegisterJITEventListener()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 11341 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 D | Decl.cpp | 5271 if (ASTMutationListener *Listener = Ctx.getASTMutationListener()) in setAnonymousNamespace() local
|
H A D | ASTContext.cpp | 1017 if (auto *Listener = getASTMutationListener()) in mergeDefinitionIntoModule() local
|