reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1264 EvaluatedStmt *ensureEvaluatedStmt() const;
1908 EvaluatedStmt *Eval = To->ensureEvaluatedStmt();
tools/clang/lib/AST/Decl.cpp2348 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.cpp1394 EvaluatedStmt *Eval = VD->ensureEvaluatedStmt(); 4283 EvaluatedStmt *Eval = VD->ensureEvaluatedStmt();tools/clang/lib/Serialization/ASTWriterDecl.cpp
977 (D->ensureEvaluatedStmt()->HasConstantDestruction ? 4 : 0));