Home | History | Annotate | Download | only in libcpp

Lines Matching defs:directive

40 struct directive;		/* Deliberately incomplete.  */
121 /* Directive-based including mechanisms. */
126 /* Non-directive including mechanisms. */
242 /* 1 if we're handling a directive. 2 if it's an include-like
243 directive. */
246 /* Nonzero if in a directive that will handle padding tokens itself.
254 /* Nonzero if in a directive that takes angle-bracketed headers. */
257 /* Nonzero if in a #if or #elif directive. */
427 /* The line of the '#' of the current directive. */
439 /* If in_directive, the directive if known. */
440 const struct directive *directive;
442 /* Token generated while handling a directive, if any. */