Searched refs:AbstractStatement (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/debugger/model/
H A DStatement.cpp17 // #pragma mark - AbstractStatement
20 AbstractStatement::AbstractStatement(const SourceLocation& start) function in class:AbstractStatement
28 AbstractStatement::StartSourceLocation() const
40 AbstractStatement(start),
/haiku/headers/private/debugger/model/
H A DStatement.h31 class AbstractStatement : public Statement { class in inherits:Statement
33 AbstractStatement(const SourceLocation& start);
42 class ContiguousStatement : public AbstractStatement {

Completed in 20 milliseconds