Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Tooling/
H A DCompilationDatabase.cpp295 std::vector<std::string> StrippedArgs; in loadFromCommandLine() local
296 if (!stripPositionalArgs(CommandLine, StrippedArgs)) in loadFromCommandLine()
298 return new FixedCompilationDatabase(Directory, StrippedArgs); in loadFromCommandLine()