Searched defs:SharedState (Results 1 – 7 of 7) sorted by relevance
246 struct SharedState { struct in __anonaeb9c90e0111::SDiagsWriter247 SharedState(StringRef File, DiagnosticOptions *Diags) in SharedState() function255 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 …]
41 auto SharedState = std::make_shared<ASTImporterSharedState>( in ExecuteAction() local
57 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()
107 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()
112 std::shared_ptr<ASTImporterSharedState> SharedState; variable
116 std::shared_ptr<ASTImporterSharedState> SharedState) in LazyASTImporter()
8390 std::shared_ptr<ASTImporterSharedState> SharedState) in ASTImporter()