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

References

tools/clang/lib/AST/Comment.cpp
  381   for (unsigned i = 0, e = getDepth(); i != e; ++i) {
tools/clang/lib/AST/JSONNodeDumper.cpp
 1587     for (unsigned I = 0, E = C->getDepth(); I < E; ++I)
tools/clang/lib/AST/TextNodeDumper.cpp
  556     for (unsigned i = 0, e = C->getDepth(); i != e; ++i) {
tools/clang/lib/Index/CommentToXML.cpp
   65     if (LHS->getDepth() > 1)
   67     if (RHS->getDepth() > 1)
   71     if (LHS->getDepth() == 1 && RHS->getDepth() == 1)
   71     if (LHS->getDepth() == 1 && RHS->getDepth() == 1)
  381     if (C->getDepth() == 1)
  396     if (C->getDepth() == 1)
  766   if (C->isPositionValid() && C->getDepth() == 1) {
tools/clang/tools/libclang/CXComment.cpp
  329   return TPCC->getDepth();
  334   if (!TPCC || !TPCC->isPositionValid() || Depth >= TPCC->getDepth())