Home | History | Annotate | Download | only in AST

Lines Matching refs:getConditionVariable

834 VarDecl *IfStmt::getConditionVariable() const {
865 VarDecl *ForStmt::getConditionVariable() const {
892 VarDecl *SwitchStmt::getConditionVariable() const {
926 VarDecl *WhileStmt::getConditionVariable() const {