Searched refs:getMostDerivedType (Results 1 – 4 of 4) sorted by relevance
71 ASTNodeKind::getMostDerivedType(DNT<Expr>(), DNT<BinaryOperator>()))); in TEST()73 ASTNodeKind::getMostDerivedType(DNT<BinaryOperator>(), DNT<Expr>()))); in TEST()75 ASTNodeKind::getMostDerivedType(DNT<VarDecl>(), DNT<VarDecl>()))); in TEST()79 ASTNodeKind::getMostDerivedType(DNT<IfStmt>(), DNT<VarDecl>()).isNone()); in TEST()80 EXPECT_TRUE(ASTNodeKind::getMostDerivedType(DNT<IfStmt>(), in TEST()
135 RestrictKind = ast_type_traits::ASTNodeKind::getMostDerivedType( in constructVariadic()177 ast_type_traits::ASTNodeKind::getMostDerivedType(Kind, RestrictKind); in dynCastTo()
65 ASTNodeKind ASTNodeKind::getMostDerivedType(ASTNodeKind Kind1, in getMostDerivedType() function in clang::ast_type_traits::ASTNodeKind
86 static ASTNodeKind getMostDerivedType(ASTNodeKind Kind1, ASTNodeKind Kind2);