Home
last modified time | relevance | path

Searched defs:Lex (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp46 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 DFormatTokenLexer.h103 std::unique_ptr<Lexer> Lex; variable
H A DTokenAnalyzer.cpp69 FormatTokenLexer Lex(Env.getSourceManager(), Env.getFileID(), in process() local
H A DMacroExpander.cpp140 FormatTokenLexer Lex(SourceMgr, FID, 0, Style, encoding::Encoding_UTF8, in parseDefinition() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLLexer.h52 lltok::Kind Lex() { in Lex() function
H A DLLParser.h89 LLLexer Lex; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h86 const AsmToken &Lex() { return getParser().Lex(); } in Lex() function
H A DMCAsmLexer.h81 const AsmToken &Lex() { in Lex() function
/netbsd-src/external/gpl3/gcc/dist/libcody/
H A Dbuffer.cc229 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 DCOFFModuleDefinition.cpp353 Lexer Lex; member in llvm::object::Parser
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.h131 TGLexer Lex; variable
H A DTGLexer.h106 tgtok::TokKind Lex() { in Lex() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.cpp317 Lexer Lex(SourceLocation::getFromRawEncoding(0), LangOpts, Source.begin(), in findTestSelectionRanges() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DTokenLexer.cpp623 bool TokenLexer::Lex(Token &Tok) { in Lex() function in TokenLexer
H A DPreprocessor.cpp886 void Preprocessor::Lex(Token &Result) { in Lex() function in Preprocessor
H A DLexer.cpp3166 bool Lexer::Lex(Token &Result) { in Lex() function in Lexer
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dscript.cc199 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 Dscript.cc199 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 DCIndex.cpp6885 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 DAsmParser.cpp886 const AsmToken &AsmParser::Lex() { in Lex() function in AsmParser
H A DMasmParser.cpp1110 const AsmToken &MasmParser::Lex() { in Lex() function in MasmParser
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1195 auto &Lex = LexicalDecls[DC]; in ReadLexicalDeclContextStorage() local