Home
last modified time | relevance | path

Searched refs:AllKindInfo (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DASTTypeTraits.cpp23 const ASTNodeKind::KindInfo ASTNodeKind::AllKindInfo[] = { member in clang::ast_type_traits::ASTNodeKind
51 Derived = AllKindInfo[Derived].ParentId; in isBaseOf()
59 StringRef ASTNodeKind::asStringRef() const { return AllKindInfo[KindId].Name; } in asStringRef()
72 Parent = AllKindInfo[Parent].ParentId; in getMostDerivedCommonAncestor()
/external/clang/include/clang/AST/
DASTTypeTraits.h167 static const KindInfo AllKindInfo[NKI_NumberOfKinds];