MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / forceAt

Function forceAt

src/ast/ast_generate.cpp:2023–2026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2021 };
2022
2023 ExpressionPtr forceAt ( ExpressionPtr expr, const LineInfo & at ) {
2024 LocationSwapVisitor swapAt(at);
2025 return expr->visit(swapAt);
2026 }
2027
2028 FunctionPtr forceAtFunction ( const FunctionPtr & func, const LineInfo & at ) {
2029 LocationSwapVisitor swapAt(at);

Callers 2

visitMethod · 0.85
forceAtRawFunction · 0.85

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected