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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTTypeTraits.cpp65 ASTNodeKind ASTNodeKind::getMostDerivedType(ASTNodeKind Kind1, argument
67 if (Kind1.isBaseOf(Kind2)) return Kind2;
68 if (Kind2.isBaseOf(Kind1)) return Kind1;
72 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1, argument
74 NodeKindId Parent = Kind1.KindId;
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTTypeTraits.h83 /// \brief Return the most derived type between \p Kind1 and \p Kind2.
86 static ASTNodeKind getMostDerivedType(ASTNodeKind Kind1, ASTNodeKind Kind2);
88 /// \brief Return the most derived common ancestor between Kind1 and Kind2.
91 static ASTNodeKind getMostDerivedCommonAncestor(ASTNodeKind Kind1,

Completed in 63 milliseconds