Searched defs:Follow (Results 1 – 9 of 9) sorted by relevance
30 pub trait Follow<'a> { trait
97 impl<'a> Follow<'a> for &'a str { impl119 impl<'a, T: EndianScalar> Follow<'a> for &'a [T] { impl
278 impl<'a> Follow<'a> for $ty { impl
813 private static class Follow class in DebugTreeGrammar
818 private static class Follow class in ProfileTreeGrammar
1518 private static class Follow class in DebugGrammarParser
1522 private static class Follow class in ProfileGrammarParser
1239 bool Follow; variable
1022 file_type get_file_type(const Twine &Path, bool Follow) { in get_file_type()