Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmt.cpp612 void IfStmt::setConditionVariable(ASTContext &C, VarDecl *V) { in setConditionVariable() function in IfStmt
643 void ForStmt::setConditionVariable(ASTContext &C, VarDecl *V) { in setConditionVariable() function in ForStmt
670 void SwitchStmt::setConditionVariable(ASTContext &C, VarDecl *V) { in setConditionVariable() function in SwitchStmt
704 void WhileStmt::setConditionVariable(ASTContext &C, VarDecl *V) { in setConditionVariable() function in WhileStmt