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

References

tools/clang/tools/extra/clangd/refactor/tweaks/ExtractVariable.cpp
  280   if (!Op.parse(N.ignoreImplicit()) || !Op.associative() ||
  293   while (Op.parse(Start->ignoreImplicit()) && Op.Kind == OuterOp &&
  382   if (BinOp.parse(*N) && BinaryOperator::isAssignmentOp(BinOp.Kind))