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

  /external/clang/include/clang/Frontend/
Utils.h 102 /// createInvocationFromCommandLine - Construct a compiler invocation object for
108 createInvocationFromCommandLine(ArrayRef<const char *> Args,
  /external/clang/lib/Frontend/
CreateInvocationFromCommandLine.cpp 1 //===--- CreateInvocationFromCommandLine.cpp - CompilerInvocation from Args ==//
27 /// createInvocationFromCommandLine - Construct a compiler invocation object for
33 clang::createInvocationFromCommandLine(ArrayRef<const char *> ArgList,
ASTUnit.cpp     [all...]
  /external/clang/tools/diagtool/
ShowEnabledWarnings.cpp 67 createInvocationFromCommandLine(ArrayRef<const char *>(argv, argc),
  /external/clang/tools/libclang/
Indexing.cpp 575 CInvok(createInvocationFromCommandLine(*Args, Diags));
    [all...]

Completed in 658 milliseconds