Searched defs:CompilerInvocationBase (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h52 class CompilerInvocationBase : public RefCountedBase<CompilerInvocation> { class in namespace:clang
53 void operator=(const CompilerInvocationBase &) = delete;
71 CompilerInvocationBase();
72 ~CompilerInvocationBase();
74 CompilerInvocationBase(const CompilerInvocationBase &X);
102 class CompilerInvocation : public CompilerInvocationBase {
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp52 CompilerInvocationBase::CompilerInvocationBase() function in class:CompilerInvocationBase
58 CompilerInvocationBase::CompilerInvocationBase(const CompilerInvocationBase &X) function in class:CompilerInvocationBase
66 CompilerInvocationBase::~CompilerInvocationBase() {}

Completed in 43 milliseconds