Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h72 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,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp112 CompilerInvocationRefBase::CompilerInvocationRefBase() in CompilerInvocationRefBase() function in CompilerInvocationRefBase
119 CompilerInvocationRefBase::CompilerInvocationRefBase( in CompilerInvocationRefBase() function in CompilerInvocationRefBase
120 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;