Lines Matching defs:loc

99 Statement::Statement(Loc loc)  in Statement()
291 ExpStatement::ExpStatement(Loc loc, Expression *exp) in ExpStatement()
297 ExpStatement::ExpStatement(Loc loc, Dsymbol *declaration) in ExpStatement()
303 ExpStatement *ExpStatement::create(Loc loc, Expression *exp) in create()
475 DtorExpStatement::DtorExpStatement(Loc loc, Expression *exp, VarDeclaration *v) in DtorExpStatement()
488 CompileStatement::CompileStatement(Loc loc, Expression *exp) in CompileStatement()
534 CompoundStatement::CompoundStatement(Loc loc, Statements *s) in CompoundStatement()
540 CompoundStatement::CompoundStatement(Loc loc, Statement *s1, Statement *s2) in CompoundStatement()
549 CompoundStatement::CompoundStatement(Loc loc, Statement *s1) in CompoundStatement()
556 CompoundStatement *CompoundStatement::create(Loc loc, Statement *s1, Statement *s2) in create()
613 CompoundDeclarationStatement::CompoundDeclarationStatement(Loc loc, Statements *s) in CompoundDeclarationStatement()
633 UnrolledLoopStatement::UnrolledLoopStatement(Loc loc, Statements *s) in UnrolledLoopStatement()
663 ScopeStatement::ScopeStatement(Loc loc, Statement *s, Loc endloc) in ScopeStatement()
702 ForwardingStatement::ForwardingStatement(Loc loc, ForwardingScopeDsymbol *sym, Statement *s) in ForwardingStatement()
710 ForwardingStatement::ForwardingStatement(Loc loc, Statement *s) in ForwardingStatement()
761 WhileStatement::WhileStatement(Loc loc, Expression *c, Statement *b, Loc endloc) in WhileStatement()
789 DoStatement::DoStatement(Loc loc, Statement *b, Expression *c, Loc endloc) in DoStatement()
817 ForStatement::ForStatement(Loc loc, Statement *init, Expression *condition, Expression *increment, … in ForStatement()
858 ForeachStatement::ForeachStatement(Loc loc, TOK op, Parameters *parameters, in ForeachStatement()
916 ForeachRangeStatement::ForeachRangeStatement(Loc loc, TOK op, Parameter *prm, in ForeachRangeStatement()
952 IfStatement::IfStatement(Loc loc, Parameter *prm, Expression *condition, Statement *ifbody, Stateme… in IfStatement()
975 ConditionalStatement::ConditionalStatement(Loc loc, Condition *condition, Statement *ifbody, Statem… in ConditionalStatement()
1024 StaticForeachStatement::StaticForeachStatement(Loc loc, StaticForeach *sfe) in StaticForeachStatement()
1060 PragmaStatement::PragmaStatement(Loc loc, Identifier *ident, Expressions *args, Statement *body) in PragmaStatement()
1090 SwitchStatement::SwitchStatement(Loc loc, Expression *c, Statement *b, bool isFinal) in SwitchStatement()
1165 CaseStatement::CaseStatement(Loc loc, Expression *exp, Statement *s) in CaseStatement()
1192 CaseRangeStatement::CaseRangeStatement(Loc loc, Expression *first, in CaseRangeStatement()
1211 DefaultStatement::DefaultStatement(Loc loc, Statement *s) in DefaultStatement()
1225 GotoDefaultStatement::GotoDefaultStatement(Loc loc) in GotoDefaultStatement()
1238 GotoCaseStatement::GotoCaseStatement(Loc loc, Expression *exp) in GotoCaseStatement()
1252 SwitchErrorStatement::SwitchErrorStatement(Loc loc) in SwitchErrorStatement()
1259 ReturnStatement::ReturnStatement(Loc loc, Expression *exp) in ReturnStatement()
1273 BreakStatement::BreakStatement(Loc loc, Identifier *ident) in BreakStatement()
1286 ContinueStatement::ContinueStatement(Loc loc, Identifier *ident) in ContinueStatement()
1299 SynchronizedStatement::SynchronizedStatement(Loc loc, Expression *exp, Statement *body) in SynchronizedStatement()
1325 WithStatement::WithStatement(Loc loc, Expression *exp, Statement *body, Loc endloc) in WithStatement()
1343 TryCatchStatement::TryCatchStatement(Loc loc, Statement *body, Catches *catches) in TryCatchStatement()
1369 Catch::Catch(Loc loc, Type *t, Identifier *id, Statement *handler) in Catch()
1393 TryFinallyStatement::TryFinallyStatement(Loc loc, Statement *body, Statement *finalbody) in TryFinallyStatement()
1400 TryFinallyStatement *TryFinallyStatement::create(Loc loc, Statement *body, Statement *finalbody) in create()
1423 OnScopeStatement::OnScopeStatement(Loc loc, TOK tok, Statement *statement) in OnScopeStatement()
1485 ThrowStatement::ThrowStatement(Loc loc, Expression *exp) in ThrowStatement()
1501 DebugStatement::DebugStatement(Loc loc, Statement *statement) in DebugStatement()
1531 GotoStatement::GotoStatement(Loc loc, Identifier *ident) in GotoStatement()
1603 LabelStatement::LabelStatement(Loc loc, Identifier *ident, Statement *statement) in LabelStatement()
1678 AsmStatement::AsmStatement(Loc loc, Token *tokens) in AsmStatement()
1692 InlineAsmStatement::InlineAsmStatement(Loc loc, Token *tokens) in InlineAsmStatement()
1710 GccAsmStatement::GccAsmStatement(Loc loc, Token *tokens) in GccAsmStatement()
1731 CompoundAsmStatement::CompoundAsmStatement(Loc loc, Statements *s, StorageClass stc) in CompoundAsmStatement()
1756 ImportStatement::ImportStatement(Loc loc, Dsymbols *imports) in ImportStatement()