HomeSort by relevance Sort by last modified time
    Searched defs:OptionInfo (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Sema/
SemaStmtAttr.cpp 57 IdentifierInfo *OptionInfo = OptionLoc->Ident;
62 assert(OptionInfo && "Attribute must have valid option info.");
65 llvm::StringSwitch<LoopHintAttr::OptionType>(OptionInfo->getName())
  /external/lldb/include/lldb/Interpreter/
Options.h 467 struct OptionInfo
469 OptionInfo (OptionGroup* g, uint32_t i) :
477 typedef std::vector<OptionInfo> OptionInfos;
  /external/qemu/android/
cmdline-option.c 30 } OptionInfo;
36 static const OptionInfo option_keys[] = {
149 const OptionInfo* oo = option_keys;
211 const OptionInfo* oo = option_keys;
  /external/clang/lib/Parse/
ParsePragma.cpp     [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 639 class OptionInfo : public GenericOptionInfo {
641 OptionInfo(const char *name, DataType v, const char *helpStr) :
645 SmallVector<OptionInfo, 8> Values;
683 OptionInfo X(Name, static_cast<DataType>(V), HelpStr);
    [all...]

Completed in 473 milliseconds