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

References

tools/clang/include/clang/AST/Expr.h
 3206     return llvm::make_range(path_begin(), path_end());
tools/clang/lib/AST/ExprConstant.cpp
 2694   for (CastExpr::path_const_iterator PathI = E->path_begin(),
 8713     for (ReverseIter PathI(E->path_end() - 1), PathE(E->path_begin());
 8729     for (CastExpr::path_const_iterator PathI = E->path_begin(),
 8882     for (CastExpr::path_const_iterator PathI = E->path_begin(),
tools/clang/lib/AST/JSONNodeDumper.cpp
  310   for (auto I = C->path_begin(), E = C->path_end(); I != E; ++I) {
tools/clang/lib/AST/TextNodeDumper.cpp
  632   for (CastExpr::path_const_iterator I = Node->path_begin(),
tools/clang/lib/CodeGen/CGCXXABI.cpp
  247                                           E->path_begin(),
tools/clang/lib/CodeGen/CGExpr.cpp
  566                                 Adjustment.DerivedToBase.BasePath->path_begin(),
 1114                                    CE->path_begin(), CE->path_end(),
 4374         This, DerivedClassDecl, E->path_begin(), E->path_end(),
 4394                                E->path_begin(), E->path_end(),
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 3130       SrcTy, DstTy, E->getCastKind(), E->path_begin(), E->path_end(), Src,
 3294   return EmitMemberPointerConversion(SrcTy, DstTy, CK, E->path_begin(),
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  530                       CastE->path_begin(), CastE->path_end()), *PTMSV));
tools/clang/lib/StaticAnalyzer/Core/Store.cpp
  256   for (CastExpr::path_const_iterator I = Cast->path_begin(),