Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp244 struct SharedState { struct in __anon9281f3de0111::SDiagsWriter
245 SharedState(StringRef File, DiagnosticOptions *Diags) in SharedState() argument
250 IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts;
253 SmallString<1024> Buffer;
256 llvm::BitstreamWriter Stream;
259 std::string OutputFile;
262 AbbreviationMap Abbrevs;
265 RecordData Record;
268 SmallString<256> diagBuf;
271 llvm::DenseSet<unsigned> Categories;
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTMerger.h112 std::shared_ptr<ASTImporterSharedState> SharedState; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp116 std::shared_ptr<ASTImporterSharedState> SharedState) in LazyASTImporter()
H A DASTImporter.cpp8964 std::shared_ptr<ASTImporterSharedState> SharedState) in ASTImporter()