Searched defs:Listener (Results 1 - 11 of 11) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp40 Listener::Listener(const char *name) function in class:Listener
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp811 void ASTReader::setDeserializationListener(ASTDeserializationListener *Listener, argument
2474 ReadOptionsBlock( BitstreamCursor &Stream, unsigned ClientLoadCapabilities, bool AllowCompatibleConfigurationMismatch, ASTReaderListener &Listener, std::string &SuggestedPredefines) argument
4651 readUnhashedControlBlockImpl( ModuleFile *F, llvm::StringRef StreamData, unsigned ClientLoadCapabilities, bool AllowCompatibleConfigurationMismatch, ASTReaderListener *Listener, bool ValidateDiagnosticOptions) argument
5111 readASTFileControlBlock( StringRef Filename, FileManager &FileMgr, const PCHContainerReader &PCHContainerRdr, bool FindModuleFileExtensions, ASTReaderListener &Listener, bool ValidateDiagnosticOptions) argument
5688 ParseLanguageOptions(const RecordData &Record, bool Complain, ASTReaderListener &Listener, bool AllowCompatibleDifferences) argument
5730 ParseTargetOptions(const RecordData &Record, bool Complain, ASTReaderListener &Listener, bool AllowCompatibleDifferences) argument
5749 ParseDiagnosticOptions(const RecordData &Record, bool Complain, ASTReaderListener &Listener) argument
5766 ParseFileSystemOptions(const RecordData &Record, bool Complain, ASTReaderListener &Listener) argument
5774 ParseHeaderSearchOptions(const RecordData &Record, bool Complain, ASTReaderListener &Listener) argument
5815 ParsePreprocessorOptions(const RecordData &Record, bool Complain, ASTReaderListener &Listener, std::string &SuggestedPredefines) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1593 auto Listener = std::make_unique<ReadModuleNames>(*this); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp463 MigrationProcess::RewriteListener *Listener; member in class:__anon217::RewritesApplicator
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h400 std::unique_ptr<ASTReaderListener> Listener; member in class:clang::ASTReader
1569 setListener(std::unique_ptr<ASTReaderListener> Listener) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h825 void addDependencyCollector(std::shared_ptr<DependencyCollector> Listener) { argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h585 ASTMutationListener *Listener = nullptr; member in class:clang::ASTContext
1095 void setASTMutationListener(ASTMutationListener *Listener) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DStage.cpp23 void Stage::addListener(HWEventListener *Listener) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/
H A DPipeline.cpp24 void Pipeline::addEventListener(HWEventListener *Listener) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h78 *Listener; // Listener for list adds are removes. member in class:llvm::MachinePassRegistry
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DListener.h36 class Listener : public std::enable_shared_from_this<Listener> { class in namespace:lldb_private

Completed in 243 milliseconds