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

/external/clang/lib/AST/
H A DStmtPrinter.cpp180 if (const DeclStmt *DS = If->getConditionVariableDeclStmt())
220 if (const DeclStmt *DS = Node->getConditionVariableDeclStmt())
239 if (const DeclStmt *DS = Node->getConditionVariableDeclStmt())
/external/clang/include/clang/AST/
H A DStmt.h895 const DeclStmt *getConditionVariableDeclStmt() const { function in class:clang::IfStmt
968 const DeclStmt *getConditionVariableDeclStmt() const { function in class:clang::SwitchStmt
1053 const DeclStmt *getConditionVariableDeclStmt() const { function in class:clang::WhileStmt
1164 const DeclStmt *getConditionVariableDeclStmt() const { function in class:clang::ForStmt
/external/clang/lib/Analysis/
H A DCFG.cpp2141 if (const DeclStmt* DS = I->getConditionVariableDeclStmt()) {
2364 appendStmt(Block, F->getConditionVariableDeclStmt());
2677 appendStmt(Block, W->getConditionVariableDeclStmt());
3002 appendStmt(Block, Terminator->getConditionVariableDeclStmt());
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2450 Node.getConditionVariableDeclStmt();

Completed in 732 milliseconds