Home
last modified time | relevance | path

Searched defs:Scanner (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp62 struct Scanner { struct
63 Scanner(StringRef Input, in Scanner() argument
160 void popDirective() { in popDirective()
163 DirectiveKind topDirective() const { in topDirective()
175 StringMap<char> SplitIds;
176 StringRef Input;
178 DiagnosticsEngine *Diags;
179 SourceLocation InputSourceLoc;
181 const char *LastTokenPtr = nullptr;
190 LangOptions LangOpts;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp247 class Scanner { class
857 Scanner::Scanner(StringRef Input, SourceMgr &sm, bool ShowColors, in Scanner() function in Scanner
863 Scanner::Scanner(MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors, in Scanner() function in Scanner
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h63 class Scanner; variable