Home | History | Annotate | Download | only in Lex

Lines Matching refs:Attrs

743     bool parseOptionalAttributes(Attributes &Attrs);
1043 Attributes Attrs;
1044 parseOptionalAttributes(Attrs);
1087 if (Attrs.IsSystem)
1551 Attributes Attrs;
1552 parseOptionalAttributes(Attrs);
1562 Map.InferredDirectories[Directory].InferSystemModules = Attrs.IsSystem;
1649 /// \param Attrs Will be filled in with the parsed attributes.
1652 bool ModuleMapParser::parseOptionalAttributes(Attributes &Attrs) {
1680 Attrs.IsSystem = true;