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

Declarations

tools/clang/include/clang/AST/Decl.h
 1264   EvaluatedStmt *ensureEvaluatedStmt() const;

References

tools/clang/lib/AST/ASTImporter.cpp
 1908     EvaluatedStmt *Eval = To->ensureEvaluatedStmt();
tools/clang/lib/AST/Decl.cpp
 2348   EvaluatedStmt *Eval = ensureEvaluatedStmt();
 2418   EvaluatedStmt *Eval = ensureEvaluatedStmt();
tools/clang/lib/AST/ExprConstant.cpp
13696   ensureEvaluatedStmt()->HasConstantDestruction = true;
tools/clang/lib/Sema/SemaExprCXX.cpp
 7434   EvaluatedStmt *Eval = DefVD->ensureEvaluatedStmt();
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 1394       EvaluatedStmt *Eval = VD->ensureEvaluatedStmt();
 4283           EvaluatedStmt *Eval = VD->ensureEvaluatedStmt();
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  977           (D->ensureEvaluatedStmt()->HasConstantDestruction ? 4 : 0));