Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp129 CompilerInvocationRefBase::CompilerInvocationRefBase() in CompilerInvocationRefBase() function in CompilerInvocationRefBase
136 CompilerInvocationRefBase::CompilerInvocationRefBase( in CompilerInvocationRefBase() function in CompilerInvocationRefBase
137 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;