OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CaseStatement
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
Nodes.h
252
class
CaseStatement
final : public Statement {
254
CaseStatement
() : Statement(NodeKind::
CaseStatement
) {}
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
statement.h
38
class
CaseStatement
;
137
CaseStatement
*isCaseStatement() { return stmt == STMTcase ? (
CaseStatement
*)this : NULL; }
439
CaseStatements *cases; // array of
CaseStatement
's
450
class
CaseStatement
: public Statement
460
CaseStatement
*syntaxCopy();
503
CaseStatement
*cs; // case statement it resolves to
Completed in 16 milliseconds
Indexes created Fri Sep 11 00:24:00 UTC 2026