Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/
DCompilationDatabase.cpp290 std::vector<std::string> StrippedArgs; in loadFromCommandLine() local
291 if (!stripPositionalArgs(CommandLine, StrippedArgs)) in loadFromCommandLine()
293 return new FixedCompilationDatabase(Directory, StrippedArgs); in loadFromCommandLine()