/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | FeatureModulesTests.cpp | 60 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 D | Builders.h | 287 struct Listener : public ListenerBase { global() struct 288 ListenerListener Listener() argument 314 ListenerListener Listener() argument [all...] |
H A D | PatternMatch.h | 402 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 D | Stage.cpp | 23 void Stage::addListener(HWEventListener *Listener) { in addListener()
|
/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 | 170 friend class Listener; global() variable
|
/llvm-project/llvm/lib/MCA/ |
H A D | Pipeline.cpp | 24 void Pipeline::addEventListener(HWEventListener *Listener) { in addEventListener()
|
/llvm-project/clang/lib/Frontend/ |
H A D | MultiplexConsumer.cpp | 45 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 D | CompilerInstance.cpp | 518 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 D | FrontendActions.cpp | 863 DumpModuleInfoListener Listener(Out); ExecuteAction() local
|
/llvm-project/llvm/lib/IR/ |
H A D | PassRegistry.cpp | 58 for (auto *Listener : Listeners) in registerPass() local
|
/llvm-project/llvm/unittests/Testing/ADT/ |
H A D | StringMapEntryTest.cpp | 36 StringMatchResultListener Listener; in ExplainMatch() local
|
/llvm-project/llvm/tools/llvm-jitlistener/ |
H A D | llvm-jitlistener.cpp | 196 std::unique_ptr<llvm::JITEventListener> Listener( in ProcessInput() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachinePassRegistry.h | 78 *Listener; // Listener for list adds are removes. variable
|
/llvm-project/lldb/source/Utility/ |
H A D | Listener.cpp | 21 Listener::Listener(const char *name) : m_name(name) { in Listener() function in Listener
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 888 addDependencyCollector(std::shared_ptr<DependencyCollector> Listener) addDependencyCollector() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 480 Listener->EnteringModulePurview(); in ActOnModuleDecl() local
|
H A D | SemaExceptionSpec.cpp | 244 Listener->ResolvedExceptionSpec(FD); in UpdateExceptionSpec() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | ParsedAST.cpp | 438 if (auto Listener = M.astListeners()) build() local
|
H A D | Preamble.cpp | 606 if (auto Listener = M.astListeners()) in buildPreamble() local
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 464 MigrationProcess::RewriteListener *Listener; member in __anon7b50c1d20411::RewritesApplicator [all...] |
/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 144 PrebuiltModuleListener Listener(ModuleFiles, Worklist, PrebuiltModuleVFSMap, in visitPrebuiltModule() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 901 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 D | ASTReader.h | 422 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 D | ASTContext.h | 662 ASTMutationListener *Listener = nullptr; global() variable 1224 setASTMutationListener(ASTMutationListener * Listener) setASTMutationListener() argument
|