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

References

tools/clang/lib/AST/ExprObjC.cpp
  151     : Expr(ObjCMessageExprClass, T, VK, OK_Ordinary, T->isDependentType(),
  151     : Expr(ObjCMessageExprClass, T, VK, OK_Ordinary, T->isDependentType(),
  152            T->isDependentType(), T->isInstantiationDependentType(),
  152            T->isDependentType(), T->isInstantiationDependentType(),
  153            T->containsUnexpandedParameterPack()),