Home | History | Annotate | Download | only in Lex

Lines Matching refs:Group

23   /// IncludeDirGroup - Identifiers the group a include entry belongs to, which
25 /// path starts at the -iquote group, then searches the Angled group, then
26 /// searches the system group, etc.
49 frontend::IncludeDirGroup Group;
57 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
59 : Path(path), Group(group), IsFramework(isFramework),
123 /// AddPath - Add the \p Path path to the specified \p Group list.
124 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
126 UserEntries.push_back(Entry(Path, Group, IsFramework, IgnoreSysRoot));