Home
last modified time | relevance | path

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

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