Home
last modified time | relevance | path

Searched refs:Kind1 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp104 ASTNodeKind ASTNodeKind::getMostDerivedType(ASTNodeKind Kind1, in getMostDerivedType() argument
106 if (Kind1.isBaseOf(Kind2)) return Kind2; in getMostDerivedType()
107 if (Kind2.isBaseOf(Kind1)) return Kind1; in getMostDerivedType()
111 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1, in getMostDerivedCommonAncestor() argument
113 NodeKindId Parent = Kind1.KindId; in getMostDerivedCommonAncestor()