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

References

tools/clang/lib/Sema/SemaPseudoObject.cpp
   94       assert(refExpr->getBase());
   95       assert(refExpr->getIdx());
   97       auto *NewBase = rebuild(refExpr->getBase());
  101           SpecificCallback(refExpr->getIdx(), MSPropertySubscriptCount),
  102           refExpr->getType(), refExpr->getValueKind(), refExpr->getObjectKind(),
  102           refExpr->getType(), refExpr->getValueKind(), refExpr->getObjectKind(),
  102           refExpr->getType(), refExpr->getValueKind(), refExpr->getObjectKind(),
  103           refExpr->getRBracketLoc());