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

  /external/clang/lib/AST/
ASTTypeTraits.cpp 61 ASTNodeKind ASTNodeKind::getMostDerivedType(ASTNodeKind Kind1,
63 if (Kind1.isBaseOf(Kind2)) return Kind2;
64 if (Kind2.isBaseOf(Kind1)) return Kind1;
68 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1,
70 NodeKindId Parent = Kind1.KindId;
  /external/clang/test/SemaTemplate/
instantiate-declref.cpp 10 static enum K1 { K1Val = sizeof(T) } Kind1;
16 Kind1 = K1Val;
24 Kind1 = K1Val;
  /external/clang/include/clang/AST/
ASTTypeTraits.h 85 /// \brief Return the most derived type between \p Kind1 and \p Kind2.
88 static ASTNodeKind getMostDerivedType(ASTNodeKind Kind1, ASTNodeKind Kind2);
90 /// \brief Return the most derived common ancestor between Kind1 and Kind2.
93 static ASTNodeKind getMostDerivedCommonAncestor(ASTNodeKind Kind1,

Completed in 168 milliseconds