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 97 /// createInvocationFromCommandLine - Construct a compiler invocation object for
103 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/diagtool/
ShowEnabledWarnings.cpp 67 createInvocationFromCommandLine(ArrayRef<const char *>(argv, argc),
  /external/clang/tools/libclang/
Indexing.cpp 575 CInvok(createInvocationFromCommandLine(*Args, Diags));
    [all...]

Completed in 105 milliseconds