reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Stmt.h
 3251   SourceLocation getEndLoc() const { return Block->getEndLoc(); }
 3253   CompoundStmt *getBlock() const { return cast<CompoundStmt>(Block); }
 3256     return child_range(&Block,&Block+1);
 3256     return child_range(&Block,&Block+1);
 3260     return const_child_range(&Block, &Block + 1);
 3260     return const_child_range(&Block, &Block + 1);
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1980   S->Block = Record.readSubStmt();