reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Stmt.h
 2288   VarDecl *getConditionVariable();

References

tools/clang/include/clang/AST/Stmt.h
 2290     return const_cast<WhileStmt *>(this)->getConditionVariable();
tools/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp
  108     if (S->getConditionVariable())
tools/clang/lib/AST/ASTImporter.cpp
 5887       S->getConditionVariable(), S->getCond(), S->getBody(), S->getWhileLoc());
tools/clang/lib/Analysis/CFG.cpp
 3656   if (VarDecl *VD = W->getConditionVariable()) {
 3739     if (VarDecl *VD = W->getConditionVariable()) {
tools/clang/lib/Sema/TreeTransform.h
 6902       S->getWhileLoc(), S->getConditionVariable(), S->getCond(),
 6913       Cond.get() == std::make_pair(S->getConditionVariable(), S->getCond()) &&
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  193     Record.AddDeclRef(S->getConditionVariable());