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

References

tools/clang/include/clang/AST/ASTNodeTraverser.h
  171         Visit(C.getCopyExpr());
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 1425       TRY_TO(TraverseStmt(I.getCopyExpr()));
tools/clang/lib/Analysis/CFG.cpp
 3216     if (Expr *CopyExpr = CI.getCopyExpr()) {
tools/clang/lib/CodeGen/CGBlocks.cpp
 1098     } else if (const Expr *copyExpr = CI.getCopyExpr()) {
 1692   if (CI.getCopyExpr()) {
 2063       assert(CI.getCopyExpr() && "copy expression for variable is missing");
 2064       EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr());
tools/clang/lib/Serialization/ASTWriterDecl.cpp
 1157     if (capture.hasCopyExpr()) Record.AddStmt(capture.getCopyExpr());
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  232         copyExpr = CI->getCopyExpr();