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

References

tools/clang/lib/Sema/SemaExprMember.cpp
  332              (Idx = vecType->getPointAccessorIdx(*compStr)) != -1) {
  338       if (HasIndex[Idx]) HasRepeated = true;
  339       HasIndex[Idx] = true;
  341     } while (*compStr && (Idx = vecType->getPointAccessorIdx(*compStr)) != -1);
  354     while ((Idx = vecType->getNumericAccessorIdx(*compStr)) != -1) {
  355       if (HasIndex[Idx]) HasRepeated = true;
  356       HasIndex[Idx] = true;