Home
last modified time | relevance | path

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

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