Home
last modified time | relevance | path

Searched refs:createInvocationFromCommandLine (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Frontend/
DUtils.h102 createInvocationFromCommandLine(ArrayRef<const char *> Args,
/external/clang/lib/Frontend/
DCreateInvocationFromCommandLine.cpp32 clang::createInvocationFromCommandLine(ArrayRef<const char *> ArgList, in createInvocationFromCommandLine() function in clang
DASTUnit.cpp1930 CI = clang::createInvocationFromCommandLine( in LoadFromCommandLine()
/external/clang/tools/diagtool/
DShowEnabledWarnings.cpp67 createInvocationFromCommandLine(ArrayRef<const char *>(argv, argc), in createDiagnostics()
/external/clang/tools/libclang/
DIndexing.cpp316 CInvok(createInvocationFromCommandLine(*Args, Diags)); in clang_indexSourceFile_Impl()