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

Declarations

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

References

tools/clang/include/clang/AST/Stmt.h
 1944     return const_cast<IfStmt *>(this)->getConditionVariable();
tools/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp
   96     if (S->getConditionVariable())
tools/clang/lib/AST/ASTImporter.cpp
 5832       S->getIfLoc(), S->getInit(), S->getConditionVariable(), S->getCond(),
tools/clang/lib/Analysis/CFG.cpp
 2920   if (VarDecl *VD = I->getConditionVariable())
 2993       I->getConditionVariable()
tools/clang/lib/Sema/JumpDiagnostics.cpp
  365     if (VarDecl *Var = IS->getConditionVariable())
tools/clang/lib/Sema/TreeTransform.h
 6825       S->getIfLoc(), S->getConditionVariable(), S->getCond(),
 6856       Cond.get() == std::make_pair(S->getConditionVariable(), S->getCond()) &&
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  149     Record.AddDeclRef(S->getConditionVariable());