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

References

tools/clang/lib/Index/IndexBody.cpp
   27     return StmtStack.size() < 2 ? nullptr : StmtStack.end()[-2];
   27     return StmtStack.size() < 2 ? nullptr : StmtStack.end()[-2];
   37     StmtStack.push_back(S);
   42     assert(StmtStack.back() == S);
   43     StmtStack.pop_back();
   60     assert(!StmtStack.empty() && E == StmtStack.back());
   60     assert(!StmtStack.empty() && E == StmtStack.back());
   61     if (StmtStack.size() == 1)
   63     auto It = StmtStack.end()-2;
   69       if (It == StmtStack.begin())