Searched refs:Kind1 (Results 1 – 3 of 3) sorted by relevance
61 ASTNodeKind ASTNodeKind::getMostDerivedType(ASTNodeKind Kind1, in getMostDerivedType() argument63 if (Kind1.isBaseOf(Kind2)) return Kind2; in getMostDerivedType()64 if (Kind2.isBaseOf(Kind1)) return Kind1; in getMostDerivedType()68 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1, in getMostDerivedCommonAncestor() argument70 NodeKindId Parent = Kind1.KindId; in getMostDerivedCommonAncestor()
10 static enum K1 { K1Val = sizeof(T) } Kind1; member16 Kind1 = K1Val; in foo()24 Kind1 = K1Val; in bar()
88 static ASTNodeKind getMostDerivedType(ASTNodeKind Kind1, ASTNodeKind Kind2);93 static ASTNodeKind getMostDerivedCommonAncestor(ASTNodeKind Kind1,