Home
last modified time | relevance | path

Searched defs:CompoundStatement (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DNodes.h347 CompoundStatement() : Statement(NodeKind::CompoundStatement) {} in CompoundStatement() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.c534 CompoundStatement::CompoundStatement(Loc loc, Statements *s) in CompoundStatement() function
540 CompoundStatement::CompoundStatement(Loc loc, Statement *s1, Statement *s2) in CompoundStatement() function
549 CompoundStatement::CompoundStatement(Loc loc, Statement *s1) in CompoundStatement() function
H A Dstatement.h34 class CompoundStatement; variable
H A Dvisitor.h20 class CompoundStatement; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement.h30 class CompoundStatement; variable
H A Dvisitor.h20 class CompoundStatement; variable