HomeSort by: relevance | last modified time | path
    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