Home
last modified time | relevance | path

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

/freebsd/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/sbin/natd/
H A Dnatd.c1068 struct OptionInfo { struct
1083 static struct OptionInfo optionTable[] = { argument
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp645 struct OptionInfo { struct
646 std::string Name;
647 StringRef HelpText;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1427 IdentifierInfo *OptionInfo = Info->Option.is(tok::identifier) in HandlePragmaLoopHint() local
3310 IdentifierInfo *OptionInfo = Tok.getIdentifierInfo(); in HandlePragma() local
3619 IdentifierInfo *OptionInfo = Tok.getIdentifierInfo(); in HandlePragma() local