Searched defs:getCondition (Results 1 – 6 of 6) sorted by relevance
347 syntax::Expression *syntax::StaticAssertDeclaration::getCondition() { in getCondition() function in syntax::StaticAssertDeclaration
407 llvm::StringRef getCondition() const { in getCondition() function
583 const Expr *getCondition() const { return Condition; } in getCondition() function
82 static Value *getCondition(Instruction *I) { in getCondition() function
409 const Expr *getCondition(const Stmt *S) { in getCondition() function
596 Expr *getCondition() const { return cast_or_null<Expr>(Condition); } in getCondition() function658 Expr *getCondition() const { return getStmtAs<Expr>(); } in getCondition() function8133 Expr *getCondition() const { return getStmtAs<Expr>(); } in getCondition() function8179 Expr *getCondition() const { return getStmtAs<Expr>(); } in getCondition() function