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

References

tools/clang/lib/Parse/ParseObjc.cpp
 2453     if (!operand.isInvalid())
 2462     if (!operand.isInvalid())
 2468   if (!operand.isInvalid())
 2469     operand = Actions.ActOnObjCAtSynchronizedOperand(atLoc, operand.get());
 2469     operand = Actions.ActOnObjCAtSynchronizedOperand(atLoc, operand.get());
 2478   if (operand.isInvalid())
 2484   return Actions.ActOnObjCAtSynchronizedStmt(atLoc, operand.get(), body.get());