Home | History | Annotate | Download | only in AST

Lines Matching refs:getConditionVariable

842 VarDecl *IfStmt::getConditionVariable() const {
873 VarDecl *ForStmt::getConditionVariable() const {
900 VarDecl *SwitchStmt::getConditionVariable() const {
934 VarDecl *WhileStmt::getConditionVariable() const {