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,
129 CompilerInvocationRefBase::CompilerInvocationRefBase() in CompilerInvocationRefBase() function in CompilerInvocationRefBase136 CompilerInvocationRefBase::CompilerInvocationRefBase( in CompilerInvocationRefBase() function in CompilerInvocationRefBase137 const CompilerInvocationRefBase &X) in CompilerInvocationRefBase()145 CompilerInvocationRefBase::CompilerInvocationRefBase(146 CompilerInvocationRefBase &&X) = default;148 CompilerInvocationRefBase &149 CompilerInvocationRefBase::operator=(CompilerInvocationRefBase X) { in operator =()159 CompilerInvocationRefBase &160 CompilerInvocationRefBase::operator=(CompilerInvocationRefBase &&X) = default;162 CompilerInvocationRefBase::~CompilerInvocationRefBase() = default;