Home | History | Annotate | Download | only in clang-c

Lines Matching full:lexical

2420  * the given \p cursor. For many declarations, the lexical and semantic parents
2421 * are equivalent (the lexical parent is returned by
2434 * the class \c C, of which this function is a member. The lexical parent is
2437 * lexical parent for a given entity can change without affecting the semantics
2438 * of the program, and the lexical parent of different declarations of the
2444 * semantic context, while the lexical context of the first \c C::f is \c C
2445 * and the lexical context of the second \c C::f is the translation unit.
2452 * \brief Determine the lexical parent of the given cursor.
2454 * The lexical parent of a cursor is the cursor in which the given \p cursor
2455 * was actually written. For many declarations, the lexical and semantic parents
2469 * the class \c C, of which this function is a member. The lexical parent is
2472 * lexical parent for a given entity can change without affecting the semantics
2473 * of the program, and the lexical parent of different declarations of the
2479 * semantic context, while the lexical context of the first \c C::f is \c C
2480 * and the lexical context of the second \c C::f is the translation unit.
2482 * For declarations written in the global scope, the lexical parent is
4245 * lexical tokens.
4923 * initiated code completion, and not in the middle of a lexical token.
5549 * \brief Lexical container context of the reference.