Searched defs:Option (Results 1 - 19 of 19) sorted by relevance

/external/clang/lib/Driver/
H A DOption.cpp1 //===--- Option.cpp - Abstract Driver Options -----------------------------===//
10 #include "clang/Driver/Option.h"
20 Option::Option(const OptTable::Info *info, OptSpecifier _ID, function in class:Option
21 const Option *_Group, const Option *_Alias)
31 Option::~Option() {
34 void Option::dump() const {
69 bool Option
[all...]
H A DOptTable.cpp1 //===--- OptTable.cpp - Option Table Implementation -----------------------===//
13 #include "clang/Driver/Option.h"
59 assert(((A.Kind == Option::JoinedClass) ^ (B.Kind == Option::JoinedClass)) &&
61 return B.Kind == Option::JoinedClass;
76 OptSpecifier::OptSpecifier(const Option *Opt) : ID(Opt->getID()) {}
82 Options(new Option*[NumOptionInfos]),
92 if (Kind == Option::InputClass) {
95 } else if (Kind == Option::UnknownClass) {
98 } else if (Kind != Option
273 const std::string &Option = OptionHelp[i].first; local
[all...]
H A DTools.cpp19 #include "clang/Driver/Option.h"
3477 StringRef Option = *it; local
3481 if (Option.equals("-fmodule-cache-path") && it+2 != ie) {
3488 if (Option.startswith("-f")) {
3490 if (Option.startswith("-fno-"))
3491 Option = Option.substr(5);
3493 Option = Option.substr(2);
3494 RemoveOption = llvm::StringSwitch<bool>(Option)
[all...]
/external/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp57 StringRef Option = DiagnosticIDs::getWarningOptionForDiag(ID); local
58 if (!Option.empty()) {
60 *Disable = createCXString((Twine("-Wno-") + Option).str());
61 return createCXString((Twine("-W") + Option).str());
/external/webkit/Source/WebKit/chromium/public/
H A DWebMenuItemInfo.h43 Option, enumerator in enum:WebKit::WebMenuItemInfo::Type
50 : type(Option)
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocket.h181 enum Option { enum in class:talk_base::Socket
187 virtual int GetOption(Option opt, int* value) = 0;
188 virtual int SetOption(Option opt, int value) = 0;
/external/clang/include/clang/Driver/
H A DOption.h1 //===--- Option.h - Abstract Driver Options ---------------------*- C++ -*-===//
38 /// Option - Abstract representation for a single form of driver
41 /// An Option class represents a form of option that the driver
48 /// particular Option instance.
49 class Option { class in namespace:clang::driver
78 const Option *Group;
80 /// Option that this is an alias for, if any.
81 const Option *Alias;
84 Option(const OptTable::Info *Info, OptSpecifier ID,
85 const Option *Grou
[all...]
/external/clang/tools/driver/
H A Ddriver.cpp19 #include "clang/Driver/Option.h"
122 std::string Option = Edit.substr(1, std::string::npos); local
124 if (Option == Args[i]) {
/external/regex-re2/util/
H A Dpcre.h214 enum Option { enum in class:re2::PCRE
224 PCRE(const char* pattern, Option option);
226 PCRE(const string& pattern, Option option);
444 // Type of match (TODO: Should be restructured as an Option)
463 void Init(const char* pattern, Option option, int match_limit,
505 Option options_;
533 PCRE::Option option() const { return option_; }
534 void set_option(PCRE::Option option) {
553 PCRE::Option option_;
/external/webkit/Source/WebCore/editing/
H A DTypingCommand.h51 enum Option { enum in class:WebCore::TypingCommand
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebkitplatformplugin.h41 enum ItemType { Option, Group, Separator }; enumerator in enum:QWebSelectData::ItemType
/external/webkit/Source/WebKit/qt/examples/platformplugin/
H A Dqwebkitplatformplugin.h40 enum ItemType { Option, Group, Separator }; enumerator in enum:QWebSelectData::ItemType
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.h98 enum Option { enum in class:cricket::PseudoTcp
104 void GetOption(Option opt, int* value);
105 void SetOption(Option opt, int value);
/external/llvm/include/llvm/Support/
H A DCommandLine.h109 NotHidden = 0x00, // Option included in -help & -help-hidden
145 // Option Base class
148 class Option { class in namespace:llvm::cl
177 Option *NextRegistered; // Singly linked list of registered options.
220 explicit Option(enum NumOccurrencesFlag OccurrencesFlag, function in class:llvm::cl::Option
234 Option *getNextRegisteredOption() const { return NextRegistered; }
258 virtual ~Option() {}
271 void apply(Option &O) const { O.setDescription(Desc); }
279 void apply(Option &O) const { O.setValueStr(Desc); }
331 // The default value safely does nothing. Option valu
[all...]
/external/llvm/lib/Support/
H A DCommandLine.cpp63 void Option::anchor() {}
99 static Option *RegisteredOptionList = 0;
101 void Option::addArgument() {
116 static void GetOptionInfo(SmallVectorImpl<Option*> &PositionalOpts,
117 SmallVectorImpl<Option*> &SinkOpts,
118 StringMap<Option*> &OptionsMap) {
120 Option *CAOpt = 0; // The ConsumeAfter option if it exists.
121 for (Option *O = RegisteredOptionList; O; O = O->getNextRegisteredOption()) {
162 static Option *LookupOption(StringRef &Arg, StringRef &Value,
163 const StringMap<Option*>
344 getOptionPred(StringRef Name, size_t &Length, bool (*Pred)(const Option*), const StringMap<Option*> &OptionsMap) argument
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c394 value Option = alloc(1, 0); local
395 Field(Option, 0) = (value) Ty;
396 CAMLreturn(Option);
541 value Option = alloc(1, 0); local
542 Field(Option, 0) = (value) MD;
543 CAMLreturn(Option);
582 CAMLlocal2(Option, Str);
586 Option = alloc(1,0);
587 Store_field(Option, 0, Str);
588 CAMLreturn(Option);
620 value Option = alloc(1, 0); local
823 value Option = alloc(1, 0); local
835 value Option = alloc(1, 0); local
888 value Option = alloc(1, 0); local
988 value Option = alloc(1, 0); local
1118 value Option = alloc(1, 0); local
1175 value Option = alloc(1, 0); local
1341 value Option = alloc(1, 0); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 290 milliseconds