Lines Matching full:occurred
151 /// \brief The context in which code completion occurred, so that the
161 /// \brief Code completion occurred within a "top-level" completion context,
164 /// \brief Code completion occurred within an Objective-C interface,
167 /// \brief Code completion occurred within an Objective-C implementation
170 /// \brief Code completion occurred within the instance variable list of
173 /// \brief Code completion occurred within a class, struct, or union.
175 /// \brief Code completion occurred where a statement (or declaration) is
178 /// \brief Code completion occurred where an expression is expected.
180 /// \brief Code completion occurred where an Objective-C message receiver
183 /// \brief Code completion occurred on the right-hand side of a member
190 /// \brief Code completion occurred on the right-hand side of a member
197 /// \brief Code completion occurred on the right-hand side of an Objective-C
204 /// \brief Code completion occurred after the "enum" keyword, to indicate
207 /// \brief Code completion occurred after the "union" keyword, to indicate
210 /// \brief Code completion occurred after the "struct" or "class" keyword,
213 /// \brief Code completion occurred where a protocol name is expected.
215 /// \brief Code completion occurred where a namespace or namespace alias
218 /// \brief Code completion occurred where a type name is expected.
220 /// \brief Code completion occurred where a new name is expected.
222 /// \brief Code completion occurred where a new name is expected and a
225 /// \brief Code completion occurred where an macro is being defined.
227 /// \brief Code completion occurred where a macro name is expected
230 /// \brief Code completion occurred within a preprocessor expression.
232 /// \brief Code completion occurred where a preprocessor directive is
235 /// \brief Code completion occurred in a context where natural language is