Searched refs:CompilerInvocationRefBase (Results 1 – 2 of 2) sorted by relevance
77 class CompilerInvocationRefBase {97 CompilerInvocationRefBase();98 CompilerInvocationRefBase(const CompilerInvocationRefBase &X);99 CompilerInvocationRefBase(CompilerInvocationRefBase &&X);100 CompilerInvocationRefBase &operator=(CompilerInvocationRefBase X);101 CompilerInvocationRefBase &operator=(CompilerInvocationRefBase &&X);102 ~CompilerInvocationRefBase();193 class CompilerInvocation : public CompilerInvocationRefBase,
128 CompilerInvocationRefBase::CompilerInvocationRefBase() in CompilerInvocationRefBase() function in CompilerInvocationRefBase135 CompilerInvocationRefBase::CompilerInvocationRefBase( in CompilerInvocationRefBase() function in CompilerInvocationRefBase136 const CompilerInvocationRefBase &X) in CompilerInvocationRefBase()144 CompilerInvocationRefBase::CompilerInvocationRefBase(145 CompilerInvocationRefBase &&X) = default;147 CompilerInvocationRefBase &148 CompilerInvocationRefBase::operator=(CompilerInvocationRefBase X) { in operator =()158 CompilerInvocationRefBase &159 CompilerInvocationRefBase::operator=(CompilerInvocationRefBase &&X) = default;161 CompilerInvocationRefBase::~CompilerInvocationRefBase() = default;