Searched refs:fc (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/host/abigen/parser/
H A Dparser.h43 TokenStream(const std::vector<std::string>& tokens, const FileCtx& fc) argument
44 : fc_(fc), ix_(0u), tokens_(tokens) {}
71 const FileCtx& fc) {
78 start = acc.empty() ? fc.line_start : start;
85 TokenStream ts(tokens, fc);
97 TokenStream mts(t, FileCtx(fc, start));
109 fc.print_error("missing terminator", tokens[0]);
111 fc.print_error("unknown token", tokens[0]);
129 FileCtx fc(input, verbose);
134 ++fc
69 process_line(P* parser, const Dispatch<P>* table, const std::vector<std::string>& tokens, const FileCtx& fc) argument
[all...]
/fuchsia/zircon/system/host/abigen/
H A Dsyscall_parser.cpp26 bool vet_identifier(const string& iden, const FileCtx& fc) { argument
28 fc.print_error("expecting idenfier", "");
33 fc.print_error("identifier cannot be keyword or attribute", iden);
37 fc.print_error("identifier should start with a-z|A-Z", string(iden));
H A Dtypes.h59 FileCtx fc;
67 : fc(sc_fc), name(sc_name) {}

Completed in 79 milliseconds