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

References

tools/clang/include/clang/AST/StmtObjC.h
  289     AtSynchronizedLoc = atSynchronizedLoc;
  294   SourceLocation getAtSynchronizedLoc() const { return AtSynchronizedLoc; }
  295   void setAtSynchronizedLoc(SourceLocation Loc) { AtSynchronizedLoc = Loc; }
  313   SourceLocation getBeginLoc() const LLVM_READONLY { return AtSynchronizedLoc; }