Home
last modified time | relevance | path

Searched refs:Lexical (Results 1 – 13 of 13) sorted by relevance

/external/apache-xml/
DNOTICE50 - Lexical Analyzer Generator (JLex) - see LICENSE.txt
/external/clang/lib/Sema/
DSemaLookup.cpp940 DeclContext *Lexical = nullptr; in findOuterContext() local
944 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()
/external/clang/include/clang/Basic/
DDiagnosticCommonKinds.td41 let CategoryName = "Lexical or Preprocessor Issue" in {
DDiagnosticLexKinds.td14 let Component = "Lex", CategoryName = "Lexical or Preprocessor Issue" in {
/external/bison/doc/
Dbison.info211 * 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 how
1855 The Lexical Analyzer Function `yylex': Lexical.
1903 The Lexical Analyzer Function `yylex': Lexical.). It could also
2239 2.1.3 The `rpcalc' Lexical Analyzer
2244 tokens by calling the lexical analyzer. *Note The Lexical Analyzer
2245 Function `yylex': Lexical.
2652 2.4.3 The `ltcalc' Lexical Analyzer.
[all …]
Dbison.texi248 * 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 how
1283 @xref{Lexical, ,The Lexical Analyzer Function @code{yylex}}.
1335 The lexical analyzer may be written by hand in C (@pxref{Lexical, ,The
1336 Lexical Analyzer Function @code{yylex}}). It could also be produced
1689 @subsection The @code{rpcalc} Lexical Analyzer
1695 tokens by calling the lexical analyzer. @xref{Lexical, ,The Lexical
2159 @subsection The @code{ltcalc} Lexical Analyzer.
[all …]
/external/llvm/docs/TableGen/
DLangRef.rst32 Lexical Analysis
/external/bison/tests/
Dcalc.at174 | Lexical analyzer returns an integer on the stack and the token |
Dtestsuite60177 | 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 |
/external/clang/docs/
DThreadSafetyAnalysis.rst566 Lexical scope
DModules.rst308 Lexical structure
DInternalsManual.rst1147 Lexical and Semantic Contexts
/external/clang/lib/Serialization/
DASTReader.cpp6550 for (auto Lexical : TULexicalDecls) in FindExternalLexicalDecls() local
6551 Visit(Lexical.first, Lexical.second); in FindExternalLexicalDecls()