Searched defs:PathType (Results 1 – 8 of 8) sorted by relevance
104 pub struct PathType { struct109 impl PathType { argument280 impl From<&syn::TypePath> for PathType { implementation311 impl From<&syn::TraitBound> for PathType { implementation342 impl From<Path> for PathType { implementation1356 impl fmt::Display for PathType { implementation
45 self_path_type: PathType, in from_syn()
38 public abstract class PathType { class77 protected PathType(boolean allowsMultipleRoots, char separator, char... otherSeparators) { in PathType() method in PathType
9 public enum PathType { enum82 …PathType(String rootToken, BiFunction<String, String, String> appendTokenFn, BiFunction<String, In… in PathType() method in PathType
35 using PathType = llvm::SmallVector<TTindex, 8>; variable
54 enum class PathType : uint8_t { enum
328 public enum PathType { enum in LogicalGrouping
354 typedef std::deque<BasicBlock *> PathType; typedef