HomeSort by: relevance | last modified time | path
    Searched defs:CompoundStatement (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
Nodes.h 345 class CompoundStatement final : public Statement {
347 CompoundStatement() : Statement(NodeKind::CompoundStatement) {}
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
statement.h 30 class CompoundStatement;
132 CompoundStatement *isCompoundStatement() { return stmt == STMTcompound ? (CompoundStatement*)this : NULL; }
216 class CompoundStatement : public Statement
221 static CompoundStatement *create(const Loc &loc, Statement *s1, Statement *s2);
222 CompoundStatement *syntaxCopy();
229 class CompoundDeclarationStatement : public CompoundStatement
748 class CompoundAsmStatement : public CompoundStatement

Completed in 30 milliseconds