Home | History | Annotate | Download | only in libclang

Lines Matching full:opts

530     CaptureCompletionResults(const CodeCompleteOptions &Opts,
533 : CodeCompleteConsumer(Opts, false),
699 CodeCompleteOptions Opts;
700 Opts.IncludeBriefComments = IncludeBriefComments;
701 CaptureCompletionResults Capture(Opts, *Results, &TU);