Searched refs:Lexical (Results 1 – 14 of 14) sorted by relevance
50 - Lexical Analyzer Generator (JLex) - see LICENSE.txt
940 DeclContext *Lexical = nullptr; in findOuterContext() local944 Lexical = OuterS->getEntity(); in findOuterContext()971 if (!Lexical || !DC || !S->getParent() || in findOuterContext()973 return std::make_pair(Lexical, false); in findOuterContext()993 if (Lexical->isFileContext() && !Lexical->Equals(Semantic) && in findOuterContext()994 Lexical->Encloses(Semantic)) in findOuterContext()997 return std::make_pair(Lexical, false); in findOuterContext()
41 let CategoryName = "Lexical or Preprocessor Issue" in {
14 let Component = "Lex", CategoryName = "Lexical or Preprocessor Issue" in {
211 * Lexical:: You must supply a function `yylex'218 The Lexical Analyzer Function `yylex'260 * Lexical Tie-ins:: Token parsing can depend on the syntactic context.261 * Tie-in Recovery:: Lexical tie-ins have implications for how1855 The Lexical Analyzer Function `yylex': Lexical.1903 The Lexical Analyzer Function `yylex': Lexical.). It could also2239 2.1.3 The `rpcalc' Lexical Analyzer2244 tokens by calling the lexical analyzer. *Note The Lexical Analyzer2245 Function `yylex': Lexical.2652 2.4.3 The `ltcalc' Lexical Analyzer.[all …]
248 * Lexical:: You must supply a function @code{yylex}255 The Lexical Analyzer Function @code{yylex}297 * Lexical Tie-ins:: Token parsing can depend on the syntactic context.298 * Tie-in Recovery:: Lexical tie-ins have implications for how1283 @xref{Lexical, ,The Lexical Analyzer Function @code{yylex}}.1335 The lexical analyzer may be written by hand in C (@pxref{Lexical, ,The1336 Lexical Analyzer Function @code{yylex}}). It could also be produced1689 @subsection The @code{rpcalc} Lexical Analyzer1695 tokens by calling the lexical analyzer. @xref{Lexical, ,The Lexical2159 @subsection The @code{ltcalc} Lexical Analyzer.[all …]
32 Lexical Analysis
174 | Lexical analyzer returns an integer on the stack and the token |
60177 | Lexical analyzer returns an integer on the stack and the token |61495 | Lexical analyzer returns an integer on the stack and the token |67813 | Lexical analyzer returns an integer on the stack and the token |69085 | Lexical analyzer returns an integer on the stack and the token |70357 | Lexical analyzer returns an integer on the stack and the token |83357 | Lexical analyzer returns an integer on the stack and the token |84675 | Lexical analyzer returns an integer on the stack and the token |92257 | Lexical analyzer returns an integer on the stack and the token |93529 | Lexical analyzer returns an integer on the stack and the token |
566 Lexical scope
308 Lexical structure
1147 Lexical and Semantic Contexts
META-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/ ...
6550 for (auto Lexical : TULexicalDecls) in FindExternalLexicalDecls() local6551 Visit(Lexical.first, Lexical.second); in FindExternalLexicalDecls()