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

  /external/clang/include/clang/Frontend/
Utils.h 96 /// createInvocationFromCommandLine - Construct a compiler invocation object for
102 createInvocationFromCommandLine(ArrayRef<const char *> Args,
  /external/clang/lib/Frontend/
CreateInvocationFromCommandLine.cpp 1 //===--- CreateInvocationFromCommandLine.cpp - CompilerInvocation from Args ==//
26 /// createInvocationFromCommandLine - Construct a compiler invocation object for
32 clang::createInvocationFromCommandLine(ArrayRef<const char *> ArgList,
ASTUnit.cpp     [all...]
  /external/clang/tools/libclang/
Indexing.cpp 316 CInvok(createInvocationFromCommandLine(*Args, Diags));

Completed in 174 milliseconds