Searched refs:StrippedArgs (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Tooling/
H A DCompilationDatabase.cpp290 std::vector<std::string> StrippedArgs; local
291 if (!stripPositionalArgs(CommandLine, StrippedArgs))
293 return new FixedCompilationDatabase(Directory, StrippedArgs);

Completed in 57 milliseconds