HomeSort by relevance Sort by last modified time
    Searched refs:CompilerInvocationBase (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 52 class CompilerInvocationBase : public RefCountedBase<CompilerInvocation> {
53 void operator=(const CompilerInvocationBase &) LLVM_DELETED_FUNCTION;
71 CompilerInvocationBase();
72 ~CompilerInvocationBase();
74 CompilerInvocationBase(const CompilerInvocationBase &X);
102 class CompilerInvocation : public CompilerInvocationBase {
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 47 CompilerInvocationBase::CompilerInvocationBase()
53 CompilerInvocationBase::CompilerInvocationBase(const CompilerInvocationBase &X)
61 CompilerInvocationBase::~CompilerInvocationBase() {}
    [all...]

Completed in 90 milliseconds