/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/ |
H A D | HeaderIncludes.cpp | 46 Lexer Lex(SM.getMainFileID(), SM.getBufferOrFake(SM.getMainFileID()), SM, in getOffsetAfterTokenSequence() local 59 Lexer &Lex, StringRef Name, Token &Tok, in checkAndConsumeDirectiveWithName() 71 void skipComments(Lexer &Lex, Token &Tok) { in skipComments() 92 [&Consume](const SourceManager &SM, Lexer &Lex, Token Tok) { in getOffsetAfterHeaderGuardsAndComments() 101 [](const SourceManager &SM, Lexer &Lex, Token Tok) -> unsigned { in getOffsetAfterHeaderGuardsAndComments() 112 [](const SourceManager &SM, Lexer &Lex, Token Tok) -> unsigned { in getOffsetAfterHeaderGuardsAndComments() 124 bool checkAndConsumeInclusiveDirective(Lexer &Lex, Token &Tok) { in checkAndConsumeInclusiveDirective() 162 [](const SourceManager &SM, Lexer &Lex, Token Tok) { in getMaxHeaderInsertionOffset()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | FormatTokenLexer.h | 103 std::unique_ptr<Lexer> Lex; variable
|
H A D | TokenAnalyzer.cpp | 69 FormatTokenLexer Lex(Env.getSourceManager(), Env.getFileID(), in process() local
|
H A D | MacroExpander.cpp | 140 FormatTokenLexer Lex(SourceMgr, FID, 0, Style, encoding::Encoding_UTF8, in parseDefinition() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/ |
H A D | LLLexer.h | 52 lltok::Kind Lex() { in Lex() function
|
H A D | LLParser.h | 89 LLLexer Lex; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParserExtension.h | 86 const AsmToken &Lex() { return getParser().Lex(); } in Lex() function
|
H A D | MCAsmLexer.h | 81 const AsmToken &Lex() { in Lex() function
|
/netbsd-src/external/gpl3/gcc/dist/libcody/ |
H A D | buffer.cc | 229 int MessageBuffer::Lex (std::vector<std::string> &result) in Lex() function in Cody::Detail::MessageBuffer
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | COFFModuleDefinition.cpp | 353 Lexer Lex; member in llvm::object::Parser
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | TGParser.h | 131 TGLexer Lex; variable
|
H A D | TGLexer.h | 106 tgtok::TokKind Lex() { in Lex() function
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/ |
H A D | TestSupport.cpp | 317 Lexer Lex(SourceLocation::getFromRawEncoding(0), LangOpts, Source.begin(), in findTestSelectionRanges() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | TokenLexer.cpp | 623 bool TokenLexer::Lex(Token &Tok) { in Lex() function in TokenLexer
|
H A D | Preprocessor.cpp | 886 void Preprocessor::Lex(Token &Result) { in Lex() function in Preprocessor
|
H A D | Lexer.cpp | 3166 bool Lexer::Lex(Token &Result) { in Lex() function in Lexer
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | script.cc | 199 class Lex class 217 Lex(const char* input_string, size_t input_length, int parsing_token) in Lex() function in gold::Lex
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | script.cc | 199 class Lex class 217 Lex(const char* input_string, size_t input_length, int parsing_token) in Lex() function in gold::Lex
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndex.cpp | 6885 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in getTokens() local 7582 static bool lexNext(Lexer &Lex, Token &Tok, unsigned &NextIdx, in lexNext() 7614 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in annotatePreprocessorTokens() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 886 const AsmToken &AsmParser::Lex() { in Lex() function in AsmParser
|
H A D | MasmParser.cpp | 1110 const AsmToken &MasmParser::Lex() { in Lex() function in MasmParser
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 1195 auto &Lex = LexicalDecls[DC]; in ReadLexicalDeclContextStorage() local
|