Home | History | Annotate | Download | only in Lex

Lines Matching defs:Feature

988 ///     'requires' feature-list
990 /// feature-list:
991 /// identifier ',' feature-list
999 // Parse the feature-list.
1007 // Consume the feature name.
1008 std::string Feature = Tok.getString();
1011 // Add this feature.
1012 ActiveModule->addRequirement(Feature, Map.LangOpts, *Map.Target);