Home
last modified time | relevance | path

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

12

/llvm-project/clang-tools-extra/clangd/unittests/
H A DFeatureModulesTests.cpp60 struct Listener : public FeatureModule::ASTListener { in TEST() struct
61 void sawDiagnostic(const clang::Diagnostic &Info, in TEST()
91 struct Listener : public FeatureModule::ASTListener { in TEST() struct
92 void beforeExecute(CompilerInstance &CI) override { in TEST()
/llvm-project/mlir/include/mlir/IR/
H A DBuilders.h287 struct Listener : public ListenerBase { global() struct
288 ListenerListener Listener() argument
314 ListenerListener Listener() argument
[all...]
H A DPatternMatch.h402 struct Listener : public OpBuilder::Listener { struct
403 Listener() in Listener() argument
457 static bool classof(const OpBuilder::Listener *base); argument
408 notifyBlockErasedListener notifyBlockErased() argument
411 notifyOperationModifiedListener notifyOperationModified() argument
419 notifyOperationReplacedListener notifyOperationReplaced() argument
428 notifyOperationReplacedListener notifyOperationReplaced() argument
[all...]
/llvm-project/llvm/lib/MCA/Stages/
H A DStage.cpp23 void Stage::addListener(HWEventListener *Listener) { in addListener()
/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.h170 friend class Listener; global() variable
/llvm-project/llvm/lib/MCA/
H A DPipeline.cpp24 void Pipeline::addEventListener(HWEventListener *Listener) { in addEventListener()
/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp45 for (auto &Listener : Listeners) in MacroRead() local
81 Listener->ModuleRead(ID, Mod); in ModuleImportRead() local
75 for (auto &Listener : Listeners) ModuleRead() local
169 for (auto &Listener : Listeners) ResolvedExceptionSpec() local
198 for (auto &Listener : Listeners) FunctionDefinitionInstantiated() local
[all...]
H A DCompilerInstance.cpp518 for (auto &Listener : DependencyCollectors) createPreprocessor() local
651 for (auto &Listener : DependencyCollectors) createPCHExternalASTSource() local
654 auto Listener = std::make_unique<ReadModuleNames>(PP); createPCHExternalASTSource() local
1754 for (auto &Listener : DependencyCollectors) createASTReader() local
1777 auto Listener = std::make_unique<ReadModuleNames>(*PP); loadModuleFile() local
[all...]
H A DFrontendActions.cpp863 DumpModuleInfoListener Listener(Out); ExecuteAction() local
/llvm-project/llvm/lib/IR/
H A DPassRegistry.cpp58 for (auto *Listener : Listeners) in registerPass() local
/llvm-project/llvm/unittests/Testing/ADT/
H A DStringMapEntryTest.cpp36 StringMatchResultListener Listener; in ExplainMatch() local
/llvm-project/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp196 std::unique_ptr<llvm::JITEventListener> Listener( in ProcessInput() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h78 *Listener; // Listener for list adds are removes. variable
/llvm-project/lldb/source/Utility/
H A DListener.cpp21 Listener::Listener(const char *name) : m_name(name) { in Listener() function in Listener
/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h888 addDependencyCollector(std::shared_ptr<DependencyCollector> Listener) addDependencyCollector() argument
/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp480 Listener->EnteringModulePurview(); in ActOnModuleDecl() local
H A DSemaExceptionSpec.cpp244 Listener->ResolvedExceptionSpec(FD); in UpdateExceptionSpec() local
/llvm-project/clang-tools-extra/clangd/
H A DParsedAST.cpp438 if (auto Listener = M.astListeners()) build() local
H A DPreamble.cpp606 if (auto Listener = M.astListeners()) in buildPreamble() local
/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp464 MigrationProcess::RewriteListener *Listener; member in __anon7b50c1d20411::RewritesApplicator
[all...]
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp144 PrebuiltModuleListener Listener(ModuleFiles, Worklist, PrebuiltModuleVFSMap, in visitPrebuiltModule() local
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp901 setDeserializationListener(ASTDeserializationListener * Listener,bool TakeOwnership) setDeserializationListener() argument
2763 ReadOptionsBlock(BitstreamCursor & Stream,unsigned ClientLoadCapabilities,bool AllowCompatibleConfigurationMismatch,ASTReaderListener & Listener,std::string & SuggestedPredefines) ReadOptionsBlock() argument
4913 readUnhashedControlBlockImpl(ModuleFile * F,llvm::StringRef StreamData,unsigned ClientLoadCapabilities,bool AllowCompatibleConfigurationMismatch,ASTReaderListener * Listener,bool ValidateDiagnosticOptions) readUnhashedControlBlockImpl() argument
5406 readASTFileControlBlock(StringRef Filename,FileManager & FileMgr,const InMemoryModuleCache & ModuleCache,const PCHContainerReader & PCHContainerRdr,bool FindModuleFileExtensions,ASTReaderListener & Listener,bool ValidateDiagnosticOptions,unsigned ClientLoadCapabilities) readASTFileControlBlock() argument
6030 ParseLanguageOptions(const RecordData & Record,bool Complain,ASTReaderListener & Listener,bool AllowCompatibleDifferences) ParseLanguageOptions() argument
6071 ParseTargetOptions(const RecordData & Record,bool Complain,ASTReaderListener & Listener,bool AllowCompatibleDifferences) ParseTargetOptions() argument
6091 ParseDiagnosticOptions(const RecordData & Record,bool Complain,ASTReaderListener & Listener) ParseDiagnosticOptions() argument
6108 ParseFileSystemOptions(const RecordData & Record,bool Complain,ASTReaderListener & Listener) ParseFileSystemOptions() argument
6117 ParseHeaderSearchOptions(const RecordData & Record,bool Complain,ASTReaderListener & Listener) ParseHeaderSearchOptions() argument
6140 ParseHeaderSearchPaths(const RecordData & Record,bool Complain,ASTReaderListener & Listener) ParseHeaderSearchPaths() argument
6173 ParsePreprocessorOptions(const RecordData & Record,bool Complain,ASTReaderListener & Listener,std::string & SuggestedPredefines) ParsePreprocessorOptions() argument
10246 if (auto *Listener = getContext().getASTMutationListener()) FinishedDeserializing() local
[all...]
/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h422 std::unique_ptr<ASTReaderListener> Listener; global() variable
1687 setListener(std::unique_ptr<ASTReaderListener> Listener) setListener() argument
[all...]
/llvm-project/clang/include/clang/AST/
H A DASTContext.h662 ASTMutationListener *Listener = nullptr; global() variable
1224 setASTMutationListener(ASTMutationListener * Listener) setASTMutationListener() argument

12