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

References

tools/clang/lib/ASTMatchers/Dynamic/Parser.cpp
  320     P->ContextStack.push_back(std::make_pair(C, 0u));
  324     P->ContextStack.pop_back();
  328     ++P->ContextStack.back().second;
  539   for (ContextStackTy::iterator I = ContextStack.begin(),
  540                                 E = ContextStack.end();
  546   auto AcceptedTypes = S->getAcceptedCompletionTypes(ContextStack);