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

/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h1 //===-- CompilerInvocation.h - Compiler Invocation Helper Data --*- C++ -*-===//
39 class CompilerInvocation;
52 class CompilerInvocationBase : public RefCountedBase<CompilerInvocation> {
102 class CompilerInvocation : public CompilerInvocationBase { class in namespace:clang
124 CompilerInvocation() : AnalyzerOpts(new AnalyzerOptions()) {} function in class:clang::CompilerInvocation
136 static bool CreateFromArgs(CompilerInvocation &Res,
214 createVFSFromCompilerInvocation(const CompilerInvocation &CI,

Completed in 2418 milliseconds