Searched defs:LineClassification (Results 1 – 1 of 1) sorted by relevance
77 struct LineClassification { struct88 LineClassification(Kind k, std::size_t po = 0, const char *s = nullptr) argument91 Kind kind;92 std::size_t payloadOffset; // byte offset of content93 const char *sentinel; // if it's a compiler directive