Searched defs:Scanner (Results 1 – 3 of 3) sorted by relevance
61 struct Scanner { struct62 Scanner(StringRef Input, in Scanner() function136 void popDirective() { in popDirective()139 DirectiveKind topDirective() const { in topDirective()151 StringMap<char> SplitIds;152 StringRef Input;154 DiagnosticsEngine *Diags;155 SourceLocation InputSourceLoc;157 const char *LastTokenPtr = nullptr;166 LangOptions LangOpts;[all …]
247 class Scanner { class849 Scanner::Scanner(StringRef Input, SourceMgr &sm, bool ShowColors, in Scanner() function in Scanner855 Scanner::Scanner(MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors, in Scanner() function in Scanner
63 class Scanner; variable