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

/freebsd-11-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:__anon528::SDiagsWriter
244 SharedState(StringRef File, DiagnosticOptions *Diags) function in struct:__anon528::SDiagsWriter::SharedState
/freebsd-11-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-11-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 200 milliseconds