Home
last modified time | relevance | path

Searched refs:CompilerInvocationRefBase (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInvocation.h77 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,
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp128 CompilerInvocationRefBase::CompilerInvocationRefBase() in CompilerInvocationRefBase() function in CompilerInvocationRefBase
135 CompilerInvocationRefBase::CompilerInvocationRefBase( in CompilerInvocationRefBase() function in CompilerInvocationRefBase
136 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;