Searched refs:Kind1 (Results 1 – 3 of 3) sorted by relevance
65 ASTNodeKind ASTNodeKind::getMostDerivedType(ASTNodeKind Kind1, in getMostDerivedType() argument67 if (Kind1.isBaseOf(Kind2)) return Kind2; in getMostDerivedType()68 if (Kind2.isBaseOf(Kind1)) return Kind1; in getMostDerivedType()72 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1, in getMostDerivedCommonAncestor() argument74 NodeKindId Parent = Kind1.KindId; in getMostDerivedCommonAncestor()
10 static enum K1 { K1Val = sizeof(T) } Kind1; member16 Kind1 = K1Val; in foo()24 Kind1 = K1Val; in bar()
86 static ASTNodeKind getMostDerivedType(ASTNodeKind Kind1, ASTNodeKind Kind2);91 static ASTNodeKind getMostDerivedCommonAncestor(ASTNodeKind Kind1,