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.cpp655 struct OptionInfo { struct
656 std::string Name;
657 StringRef HelpText;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1412 IdentifierInfo *OptionInfo = Info->Option.is(tok::identifier) in HandlePragmaLoopHint() local
3321 IdentifierInfo *OptionInfo = Tok.getIdentifierInfo(); in HandlePragma() local
3629 IdentifierInfo *OptionInfo = Tok.getIdentifierInfo(); in HandlePragma() local