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

Declarations

tools/clang/include/clang/AST/Stmt.h
 2249   static WhileStmt *Create(const ASTContext &Ctx, VarDecl *Var, Expr *Cond,

References

tools/clang/lib/AST/ASTImporter.cpp
 5897   return WhileStmt::Create(Importer.getToContext(), ToConditionVariable, ToCond,
tools/clang/lib/Sema/SemaStmt.cpp
 1331   return WhileStmt::Create(Context, CondVal.first, CondVal.second, Body,