HomeSort by relevance Sort by last modified time
    Searched refs:getMostDerivedCommonAncestor (Results 1 - 3 of 3) sorted by null

  /external/clang/unittests/AST/
ASTTypeTraitsTest.cpp 85 EXPECT_TRUE(DNT<Expr>().isSame(ASTNodeKind::getMostDerivedCommonAncestor(
87 EXPECT_TRUE(DNT<Expr>().isSame(ASTNodeKind::getMostDerivedCommonAncestor(
89 EXPECT_TRUE(DNT<VarDecl>().isSame(ASTNodeKind::getMostDerivedCommonAncestor(
94 DNT<NamedDecl>().isSame(ASTNodeKind::getMostDerivedCommonAncestor(
98 EXPECT_TRUE(ASTNodeKind::getMostDerivedCommonAncestor(
  /external/clang/lib/AST/
ASTTypeTraits.cpp 72 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1,
  /external/clang/include/clang/AST/
ASTTypeTraits.h 91 static ASTNodeKind getMostDerivedCommonAncestor(ASTNodeKind Kind1,

Completed in 69 milliseconds