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

  /external/clang/lib/AST/
ASTTypeTraits.cpp 23 const ASTNodeKind::KindInfo ASTNodeKind::AllKindInfo[] = {
55 Derived = AllKindInfo[Derived].ParentId;
63 StringRef ASTNodeKind::asStringRef() const { return AllKindInfo[KindId].Name; }
76 Parent = AllKindInfo[Parent].ParentId;
  /external/clang/include/clang/AST/
ASTTypeTraits.h 165 static const KindInfo AllKindInfo[NKI_NumberOfKinds];

Completed in 68 milliseconds