53 string fn = filename();
54 size_t len = fn.length();
55 bool valid = len > 2U && len == fn.length();
57 valid = ((fn[0] ==
'<' && fn[len -1] ==
'>') ||
58 (fn[0] ==
'\"' && fn[len - 1] ==
'\"'));
70 arg = _ref->invocation();
72 size_t startoff = size_t(chew);
74 if (startoff < endoff) {
76 arg =
citable(chew,endoff - startoff);
90 shared_ptr<reference> ref = symbolic_argument();
91 if (_directive.reported()) {
92 if (ref && ref->callee()->configured() && !ref->reported()) {
93 _directive.set_reported(
false);
104 cout << _directive.argument() <<
": symbolic argument, ";
105 if (ref->callee()->configured()) {
106 if (ref->callee()->self_referential()) {
107 cout <<
"insoluble, because of circular definitions";
109 cout <<
"expands as >>" << filename() <<
"<<";
112 cout <<
"insoluble, because unconfigured";
123 _directive.set_reported();
static parsed_line & cur_line()
Get a reference to the current output line.
static bool list_only_once()
Do we report only the first occurrence of listed items?
void report()
Report the #include directive.
bool is_start_char(char ch)
Say whether a character can be the first of an identifier.
struct symbol::locator encapsulates a symbol table entry.
static bool list_local_includes()
Do we list local #include directives?
static command_code get_command()
Get the operative coan command code.
static bool list_system_includes()
Do we list system #include directives?
static std::string in_file_name()
Get the name of the current source file.
std::string citable(chewer< std::string > &chew, size_t len=std::string::npos)
Make a citable version of length-delimited text.
unsigned num() const
Get the greatest source line number spanned by this line.
bool valid() const
Say whether the #include directive is valid.
std::string read(chewer< CharSeq > &chew)
Read an identifier from an chewer<CharSeq>
static bool list_location()
Do we report file and line numbers for listed items?
chew_mode::header_name const header_name
An exemplar chew_mode::header_name
`template struct chewer<CharSeq> is a cursor-like type that is associated with a character-sequence t...
template class canonical<What> encapsulates the canonical representation of values of type What...
std::string read(chewer< parse_buffer > &chew)
Read the body of an #include directive.
size_t cursor() const
Get the scanning position.