Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmt.cpp842 void IfStmt::setConditionVariable(ASTContext &C, VarDecl *V) { in setConditionVariable() function in IfStmt
873 void ForStmt::setConditionVariable(ASTContext &C, VarDecl *V) { in setConditionVariable() function in ForStmt
900 void SwitchStmt::setConditionVariable(ASTContext &C, VarDecl *V) { in setConditionVariable() function in SwitchStmt
934 void WhileStmt::setConditionVariable(ASTContext &C, VarDecl *V) { in setConditionVariable() function in WhileStmt