Searched defs:SharedState (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/
H A DPzstd.h37 class SharedState { class in namespace:pzstd
39 SharedState(const Options& options) : log(options.verbosity) { function in class:pzstd::SharedState
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp41 auto SharedState = std::make_shared<ASTImporterSharedState>( local
H A DSerializedDiagnosticPrinter.cpp243 struct SharedState { struct in class:__anon3047::SDiagsWriter
244 SharedState(StringRef File, DiagnosticOptions *Diags) function in struct:__anon3047::SDiagsWriter::SharedState
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp113 LazyASTImporter(ExternalASTMerger &_Parent, ASTContext &ToContext, FileManager &ToFileManager, const ExternalASTMerger::ImporterSource &S, std::shared_ptr<ASTImporterSharedState> SharedState) argument
H A DASTImporter.cpp8015 ASTImporter(ASTContext &ToContext, FileManager &ToFileManager, ASTContext &FromContext, FileManager &FromFileManager, bool MinimalImport, std::shared_ptr<ASTImporterSharedState> SharedState) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTMerger.h112 std::shared_ptr<ASTImporterSharedState> SharedState; member in class:clang::ExternalASTMerger
H A DASTImporter.h223 std::shared_ptr<ASTImporterSharedState> SharedState = nullptr; member in class:clang::ASTImporter

Completed in 177 milliseconds