Home
last modified time | relevance | path

Searched defs:IfStatement (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/sksl/ir/
DSkSLIfStatement.h19 struct IfStatement : public Statement { struct
20 IfStatement(int offset, bool isStatic, std::unique_ptr<Expression> test, in IfStatement() argument
29 return std::unique_ptr<Statement>(new IfStatement(fOffset, fIsStatic, fTest->clone(), in clone() argument
33 String description() const override { in description()
45 bool fIsStatic;
46 std::unique_ptr<Expression> fTest;
47 std::unique_ptr<Statement> fIfTrue;
49 std::unique_ptr<Statement> fIfFalse;
51 typedef Statement INHERITED;
/external/skia/src/sksl/ir/
DSkSLIfStatement.h25 IfStatement(int offset, bool isStatic, std::unique_ptr<Expression> test, in IfStatement() function
/external/llvm-project/clang/include/clang/Tooling/Syntax/
DNodes.h274 IfStatement() : Statement(NodeKind::IfStatement) {} in IfStatement() function
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.cpp599 const auto *IfStatement = Result.Nodes.getNodeAs<IfStmt>(IfStmtId); in replaceWithThenStatement() local
607 const auto *IfStatement = Result.Nodes.getNodeAs<IfStmt>(IfStmtId); in replaceWithElseStatement() local
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
DASTParser.java3934 final public IfStmt IfStatement() {Expression condition; in IfStatement() method in ASTParser
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
DASTParser.java4044 final public IfStmt IfStatement() { in IfStatement() method in ASTParser
/external/javaparser/javaparser-core/generated-sources/javacc/com/github/javaparser/
DGeneratedJavaParser.java4310 final public IfStmt IfStatement() throws ParseException {Expression condition; in IfStatement() method in GeneratedJavaParser