OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addOccurrence
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
CommandLine.cpp
260
if (Handler->
addOccurrence
(pos, ArgName, Val.substr(0, Pos), MultiArg))
272
if (Handler->
addOccurrence
(pos, ArgName, Value, MultiArg))
897
(*I)->
addOccurrence
(i, "", argv[i]);
[
all
...]
/external/llvm/include/llvm/Support/
CommandLine.h
266
//
addOccurrence
- Wrapper around handleOccurrence that enforces Flags.
268
bool
addOccurrence
(unsigned pos, StringRef ArgName,
[
all
...]
Completed in 1140 milliseconds