reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/utils/TableGen/ClangASTNodesEmitter.cpp
   87   std::string BaseName = macroName(Base->getName());
   89   ChildIterator i = Tree.lower_bound(Base), e = Tree.upper_bound(Base);
   89   ChildIterator i = Tree.lower_bound(Base), e = Tree.upper_bound(Base);
   92   if (!Base->getValueAsBit(AbstractFieldName))
   93     First = Last = Base;
  107           << R->getName() << ", " << baseName(*Base) << "))\n";
  110           << baseName(*Base) << ")\n";
  133     if (Base == Root)
  137     OS << Base->getName() << ", " << First->getName() << ", "