Home | History | Annotate | Download | only in Basic

Lines Matching refs:Name

19 #define LANGOPT(Name, Bits, Default, Description) Name = Default;
20 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default);
25 #define LANGOPT(Name, Bits, Default, Description)
26 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default;
27 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
28 Name = Default;
39 bool LangOptions::isNoBuiltinFunc(const char *Name) const {
40 StringRef FuncName(Name);