Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp61 struct Scanner { struct
62 Scanner(StringRef Input, in Scanner() argument
70 static LangOptions getLangOptsForDepScanning() { in getLangOptsForDepScanning()
130 DirectiveWithTokens &pushDirective(DirectiveKind Kind) { in pushDirective()
136 void popDirective() { in popDirective()
139 DirectiveKind topDirective() const { in topDirective()
143 unsigned getOffsetAt(const char *CurPtr) const { in getOffsetAt()
151 StringMap<char> SplitIds;
152 StringRef Input;
153 SmallVectorImpl<dependency_directives_scan::Token> &Tokens;
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DYAMLParser.cpp247 class Scanner { class
849 Scanner::Scanner(StringRef Input, SourceMgr &sm, bool ShowColors, in Scanner() function in Scanner
855 Scanner::Scanner(MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors, in Scanner() function in Scanner
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DYAMLParser.h63 class Scanner; variable