OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IfStatement
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
Nodes.h
10
// Nodes provide access to their syntactic components, e.g.
IfStatement
provides
54
/// as a child of
IfStatement
or WhileStatement node. More generally, when
272
class
IfStatement
final : public Statement {
274
IfStatement
() : Statement(NodeKind::
IfStatement
) {}
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
statement.h
23
class
IfStatement
;
134
IfStatement
*isIfStatement() { return stmt == STMTif ? (
IfStatement
*)this : NULL; }
369
class
IfStatement
: public Statement
379
IfStatement
*syntaxCopy();
Completed in 15 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026