Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/
DCompilationDatabase.cpp336 std::vector<std::string> StrippedArgs; in loadFromCommandLine() local
337 if (!stripPositionalArgs(CommandLine, StrippedArgs, ErrorMsg)) in loadFromCommandLine()
339 return std::make_unique<FixedCompilationDatabase>(Directory, StrippedArgs); in loadFromCommandLine()