Home | History | Annotate | Download | only in Sema

Lines Matching defs:Optional

333     /// \brief A code completion string that is entirely optional. For example,
334 /// an optional code completion string that describes the default arguments
395 /// The optional code completion string is owned by the chunk, and will
397 CodeCompletionString *Optional;
407 /// \brief Create a new optional chunk.
408 static Chunk CreateOptional(CodeCompletionString *Optional);
604 /// \brief Add a new optional chunk.
605 void AddOptionalChunk(CodeCompletionString *Optional);