Home
last modified time | relevance | path

Searched refs:WhileStatementAST (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/glsl/
H A Dglslastvisitor.h85 virtual bool visit(WhileStatementAST *) { return true; } in visit() argument
86 virtual void endVisit(WhileStatementAST *) {} in endVisit() argument
H A Dglslast.h51 class WhileStatementAST; variable
242 virtual WhileStatementAST *asWhileStatement() { return 0; } in asWhileStatement()
544 class GLSL_EXPORT WhileStatementAST: public StatementAST
547 WhileStatementAST(ExpressionAST *_condition, StatementAST *_body) in WhileStatementAST() function
550 WhileStatementAST *asWhileStatement() override { return this; } in asWhileStatement()
H A Dglslsemantic.h95 bool visit(WhileStatementAST *ast) override;
H A Dglslast.cpp157 void WhileStatementAST::accept0(Visitor *visitor) in accept0()
H A Dglslsemantic.cpp451 bool Semantic::visit(WhileStatementAST *ast) in visit()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/cplusplus/
H A Dfindcdbbreakpoint.h83 bool visit(WhileStatementAST *ast);
H A Dfindcdbbreakpoint.cpp224 bool FindCdbBreakpoint::visit(WhileStatementAST *ast) in visit()
H A DFindUsages.h175 virtual bool visit(WhileStatementAST *ast);
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cpptools/
H A Dcpplocalsymbols.cpp213 bool visit(WhileStatementAST *ast) override in visit()
220 void endVisit(WhileStatementAST *ast) override in endVisit()
H A Dcpppointerdeclarationformatter.h96 bool visit(WhileStatementAST *ast) override;
H A Dcpppointerdeclarationformatter.cpp313 bool PointerDeclarationFormatter::visit(WhileStatementAST *ast) in visit()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/porting/src/
H A Dast.cpp690 WhileStatementAST::WhileStatementAST() in WhileStatementAST() function in WhileStatementAST
696 void WhileStatementAST::setCondition(ConditionAST *condition) in setCondition()
702 void WhileStatementAST::setStatement(StatementAST *statement) in setStatement()
H A Dtreewalker.cpp326 parseWhileStatement(static_cast<WhileStatementAST*>(node)); in parseStatement()
381 void TreeWalker::parseWhileStatement(WhileStatementAST *node) in parseWhileStatement()
H A Dast.h1337 class WhileStatementAST: public StatementAST
1343 WhileStatementAST();
1356 WhileStatementAST(const WhileStatementAST &source);
1357 void operator = (const WhileStatementAST &source);
H A Dtreewalker.h91 virtual void parseWhileStatement(WhileStatementAST *node);
/dports/devel/umbrello/umbrello-21.12.3/lib/cppparser/
H A Dast.h1529 class WhileStatementAST: public StatementAST
1532 typedef AUTO_PTR<WhileStatementAST> Node;
1535 DECLARE_ALLOC(WhileStatementAST)
1538 WhileStatementAST();
1557 WhileStatementAST(const WhileStatementAST& source);
1558 void operator = (const WhileStatementAST& source);
H A Dast.cpp833 WhileStatementAST::WhileStatementAST() in WhileStatementAST() function in WhileStatementAST
837 void WhileStatementAST::setCondition(ConditionAST::Node& condition) in setCondition()
843 void WhileStatementAST::setStatement(StatementAST::Node& statement) in setStatement()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/cplusplus/
H A DASTMatcher.h184 virtual bool match(WhileStatementAST *node, WhileStatementAST *pattern);
H A DASTVisitor.h226 virtual bool visit(WhileStatementAST *) { return true; } in visit() argument
379 virtual void endVisit(WhileStatementAST *) {} in endVisit() argument
H A DASTfwd.h196 class WhileStatementAST; variable
H A DASTMatch0.cpp979 bool WhileStatementAST::match0(AST *pattern, ASTMatcher *matcher) in match0()
981 if (WhileStatementAST *_other = pattern->asWhileStatement()) in match0()
H A DBind.h166 bool visit(WhileStatementAST *ast) override;
H A DASTPatternBuilder.h929WhileStatementAST *WhileStatement(ExpressionAST *condition = nullptr, StatementAST *statement = nu…
931 WhileStatementAST *ast = new (&pool) WhileStatementAST;
H A DASTClone.cpp1413 WhileStatementAST *WhileStatementAST::clone(MemoryPool *pool) const in clone()
1415 WhileStatementAST *ast = new (pool) WhileStatementAST; in clone()
H A DAST.h340 virtual WhileStatementAST *asWhileStatement() { return nullptr; } in asWhileStatement()
2959 class CPLUSPLUS_EXPORT WhileStatementAST: public StatementAST
2972 WhileStatementAST *asWhileStatement() override { return this; } in asWhileStatement()
2977 WhileStatementAST *clone(MemoryPool *pool) const override;

12