Searched refs:RefCountedBase (Results 1 – 21 of 21) sorted by relevance
44 class RefCountedBase {48 RefCountedBase() : ref_cnt(0) {} in RefCountedBase() function49 RefCountedBase(const RefCountedBase &) : ref_cnt(0) {} in RefCountedBase() argument
44 template <class Derived> class RefCountedBase; variable75 using llvm::RefCountedBase;
26 class TargetOptions : public RefCountedBase<TargetOptions> {
28 class DiagnosticOptions : public RefCountedBase<DiagnosticOptions>{
56 class LangOptions : public RefCountedBase<LangOptions>, public LangOptionsBase {
112 class DiagnosticIDs : public RefCountedBase<DiagnosticIDs> {
121 class FileManager : public RefCountedBase<FileManager> {
49 class TargetInfo : public RefCountedBase<TargetInfo> {
131 class DiagnosticsEngine : public RefCountedBase<DiagnosticsEngine> {
538 class SourceManager : public RefCountedBase<SourceManager> {
44 class PreprocessorOptions : public RefCountedBase<PreprocessorOptions> {122 class FailedModulesSet : public RefCountedBase<FailedModulesSet> {
45 class HeaderSearchOptions : public RefCountedBase<HeaderSearchOptions> {
86 class Preprocessor : public RefCountedBase<Preprocessor> {
34 : public RefCountedBase<MangleNumberingContext> {
78 class ASTContext : public RefCountedBase<ASTContext> {
52 class CompilerInvocationBase : public RefCountedBase<CompilerInvocation> {
119 class AnalyzerOptions : public RefCountedBase<AnalyzerOptions> {
830 struct DirIterState : public RefCountedBase<DirIterState> {894 struct RecDirIterState : public RefCountedBase<RecDirIterState> {
520 public RefCountedBase<GlobalCodeCompletionAllocator>
189 struct SharedState : RefCountedBase<SharedState> {
51 : RefCountedBase<CompilerInvocation>(), in CompilerInvocationBase()