Home
last modified time | relevance | path

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

/external/clang/unittests/AST/
DASTTypeTraitsTest.cpp85 EXPECT_TRUE(DNT<Expr>().isSame(ASTNodeKind::getMostDerivedCommonAncestor( in TEST()
87 EXPECT_TRUE(DNT<Expr>().isSame(ASTNodeKind::getMostDerivedCommonAncestor( in TEST()
89 EXPECT_TRUE(DNT<VarDecl>().isSame(ASTNodeKind::getMostDerivedCommonAncestor( in TEST()
94 DNT<NamedDecl>().isSame(ASTNodeKind::getMostDerivedCommonAncestor( in TEST()
98 EXPECT_TRUE(ASTNodeKind::getMostDerivedCommonAncestor( in TEST()
/external/clang/lib/AST/
DASTTypeTraits.cpp68 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1, in getMostDerivedCommonAncestor() function in clang::ast_type_traits::ASTNodeKind
/external/clang/include/clang/AST/
DASTTypeTraits.h93 static ASTNodeKind getMostDerivedCommonAncestor(ASTNodeKind Kind1,