Searched defs:lexer (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/ssl/quic/ |
H A D | qlog.c | 516 struct lexer { struct 530 static int lex_init(struct lexer *lex, const char *in, size_t in_len) in lex_init() argument
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | Transforms.cpp | 151 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in findSemiAfterLocation() local 399 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in rewritePropertyAttribute() local 480 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in addPropertyAttribute() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTypeEncodingParser.cpp | 367 StringLexer lexer(name); in RealizeType() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusNameParser.cpp | 770 clang::Lexer lexer(clang::SourceLocation(), GetLangOptions(), m_text.data(), in ExtractTokens() local
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Lexer.cpp | 398 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), options, in getSpelling() local 1346 Lexer lexer(SM.getLocForStartOfFile(LocInfo.first), LangOpts, File.begin(), in findNextToken() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 321 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in LocPropertyAttribute() local
|