Home
last modified time | relevance | path

Searched defs:removeArgument (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h78 void removeArgument(const std::string &Arg) { in removeArgument() function
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DUnusedParametersCheck.cpp66 static FixItHint removeArgument(const MatchFinder::MatchResult &Result, removeArgument() function
/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp420 void Option::removeArgument() { GlobalParser->removeOption(this); } removeArgument() function in Option