Home | History | Annotate | Download | only in AST

Lines Matching full:skipped

162   /// \brief Indicates if the method was a definition but its body was skipped.
435 /// \brief True if the method was a definition but its body was skipped.
437 void setHasSkippedBody(bool Skipped = true) { HasSkippedBody = Skipped; }