Searched refs:getConditionVariableDeclStmt (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DStmtPrinter.cpp193 if (const DeclStmt *DS = If->getConditionVariableDeclStmt())
233 if (const DeclStmt *DS = Node->getConditionVariableDeclStmt())
252 if (const DeclStmt *DS = Node->getConditionVariableDeclStmt())
/external/clang/include/clang/AST/
H A DStmt.h871 const DeclStmt *getConditionVariableDeclStmt() const { function in class:clang::IfStmt
944 const DeclStmt *getConditionVariableDeclStmt() const { function in class:clang::SwitchStmt
1029 const DeclStmt *getConditionVariableDeclStmt() const { function in class:clang::WhileStmt
1139 const DeclStmt *getConditionVariableDeclStmt() const { function in class:clang::ForStmt
/external/clang/lib/Analysis/
H A DCFG.cpp1858 appendStmt(Block, I->getConditionVariableDeclStmt());
2078 appendStmt(Block, F->getConditionVariableDeclStmt());
2391 appendStmt(Block, W->getConditionVariableDeclStmt());
2715 appendStmt(Block, Terminator->getConditionVariableDeclStmt());
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2411 Node.getConditionVariableDeclStmt();

Completed in 106 milliseconds