Home
last modified time | relevance | path

Searched defs:OptionInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h327 struct OptionInfo { struct
328 OptionInfo(OptionGroup *g, uint32_t i) : option_group(g), option_index(i) {} in OptionInfo() argument
332 typedef std::vector<OptionInfo> OptionInfos; argument
/freebsd-src/sbin/natd/
H A Dnatd.c1068 struct OptionInfo { struct
1083 static struct OptionInfo optionTable[] = { argument
/freebsd-src/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp645 struct OptionInfo { struct
646 Name__anonce454b050711::OptionInfo global() argument
647 HelpText__anonce454b050711::OptionInfo global() argument
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1419 IdentifierInfo *OptionInfo = Info->Option.is(tok::identifier) HandlePragmaLoopHint() local
3299 IdentifierInfo *OptionInfo = Tok.getIdentifierInfo(); HandlePragma() local
3608 IdentifierInfo *OptionInfo = Tok.getIdentifierInfo(); HandlePragma() local
[all...]