Searched defs:PathType (Results 1 – 9 of 9) sorted by relevance
43 enum class PathType : uint8_t { enum
227 enum class PathType : uint8_t { PATTERN = 0, LINEAR = 1, PAIRS = 2, DIRECT = 3 }; enum
35 using PathType = llvm::SmallVector<TTindex, 8>; variable
40 enum class PathType : uint8_t { enum
102 ) -> Option<PathType> { in find_path_type()
54 enum class PathType : uint8_t { enum
647 PathType(ast::PathType), enumerator
62 pub fn path_type(&self) -> Option<PathType> { support::child(&self.syntax) } in path_type()101 pub struct PathType { struct104 impl PathType { argument1534 PathType(PathType), enumerator1815 impl AstNode for PathType { implementation4313 impl std::fmt::Display for PathType { implementation