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

/freebsd-10.0-release/contrib/llvm/tools/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())
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h882 const DeclStmt *getConditionVariableDeclStmt() const { function in class:clang::IfStmt
955 const DeclStmt *getConditionVariableDeclStmt() const { function in class:clang::SwitchStmt
1043 const DeclStmt *getConditionVariableDeclStmt() const { function in class:clang::WhileStmt
1153 const DeclStmt *getConditionVariableDeclStmt() const { function in class:clang::ForStmt
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp1852 appendStmt(Block, I->getConditionVariableDeclStmt());
2072 appendStmt(Block, F->getConditionVariableDeclStmt());
2378 appendStmt(Block, W->getConditionVariableDeclStmt());
2696 appendStmt(Block, Terminator->getConditionVariableDeclStmt());
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2250 Node.getConditionVariableDeclStmt();

Completed in 134 milliseconds