Searched refs:CompilerInvocationRefBase (Results 1 – 2 of 2) sorted by relevance
72 class CompilerInvocationRefBase {92 CompilerInvocationRefBase();93 CompilerInvocationRefBase(const CompilerInvocationRefBase &X);94 CompilerInvocationRefBase(CompilerInvocationRefBase &&X);95 CompilerInvocationRefBase &operator=(CompilerInvocationRefBase X);96 CompilerInvocationRefBase &operator=(CompilerInvocationRefBase &&X);97 ~CompilerInvocationRefBase();188 class CompilerInvocation : public CompilerInvocationRefBase,
112 CompilerInvocationRefBase::CompilerInvocationRefBase() in CompilerInvocationRefBase() function in CompilerInvocationRefBase119 CompilerInvocationRefBase::CompilerInvocationRefBase( in CompilerInvocationRefBase() function in CompilerInvocationRefBase120 const CompilerInvocationRefBase &X) in CompilerInvocationRefBase()128 CompilerInvocationRefBase::CompilerInvocationRefBase(129 CompilerInvocationRefBase &&X) = default;131 CompilerInvocationRefBase &132 CompilerInvocationRefBase::operator=(CompilerInvocationRefBase X) { in operator =()142 CompilerInvocationRefBase &143 CompilerInvocationRefBase::operator=(CompilerInvocationRefBase &&X) = default;145 CompilerInvocationRefBase::~CompilerInvocationRefBase() = default;