HomeSort by: relevance | last modified time | path
    Searched refs:AllKindInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTTypeTraits.cpp 23 const ASTNodeKind::KindInfo ASTNodeKind::AllKindInfo[] = {
58 Derived = AllKindInfo[Derived].ParentId;
69 NodeKindId ParentId = AllKindInfo[LastId].ParentId;
77 StringRef ASTNodeKind::asStringRef() const { return AllKindInfo[KindId].Name; }
90 Parent = AllKindInfo[Parent].ParentId;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTTypeTraits.h 183 static const KindInfo AllKindInfo[NKI_NumberOfKinds];

Completed in 18 milliseconds