Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp246 struct SharedState { struct in __anonaeb9c90e0111::SDiagsWriter
247 SharedState(StringRef File, DiagnosticOptions *Diags) in SharedState() function
255 SmallString<1024> Buffer;
258 llvm::BitstreamWriter Stream;
261 std::string OutputFile;
264 AbbreviationMap Abbrevs;
267 RecordData Record;
270 SmallString<256> diagBuf;
279 DiagFlagsTy;
282 DiagFlagsTy DiagFlags;
[all …]
H A DASTMerge.cpp41 auto SharedState = std::make_shared<ASTImporterSharedState>( in ExecuteAction() local
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterFixtures.cpp57 const std::shared_ptr<ASTImporterSharedState> &SharedState) { in TU()
66 const std::shared_ptr<ASTImporterSharedState> &SharedState, in lazyInitImporter()
80 const std::shared_ptr<ASTImporterSharedState> &SharedState, ASTUnit *ToAST, in import()
92 const std::shared_ptr<ASTImporterSharedState> &SharedState, ASTUnit *ToAST, in importOrError()
99 const std::shared_ptr<ASTImporterSharedState> &SharedState, ASTUnit *ToAST, in import()
H A DASTImporterTest.cpp107 const std::shared_ptr<ASTImporterSharedState> &SharedState) { in RedirectingImporterTest()
5430 const std::shared_ptr<ASTImporterSharedState> &SharedState) { in ErrorHandlingTest()
6033 const std::shared_ptr<ASTImporterSharedState> &SharedState) { in LLDBLookupTest()
7012 const std::shared_ptr<ASTImporterSharedState> &SharedState) { in ImportWithExternalSource()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExternalASTMerger.h112 std::shared_ptr<ASTImporterSharedState> SharedState; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DExternalASTMerger.cpp116 std::shared_ptr<ASTImporterSharedState> SharedState) in LazyASTImporter()
H A DASTImporter.cpp8390 std::shared_ptr<ASTImporterSharedState> SharedState) in ASTImporter()