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
 2695                                      PathE = E->path_end();
 8713     for (ReverseIter PathI(E->path_end() - 1), PathE(E->path_begin());
 8730          PathE = E->path_end(); PathI != PathE; ++PathI) {
 8883          PathE = E->path_end(); PathI != PathE; ++PathI) {
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
  633                                      E = Node->path_end();
tools/clang/lib/CodeGen/CGCXXABI.cpp
  248                                           E->path_end());
tools/clang/lib/CodeGen/CGExpr.cpp
  567                                 Adjustment.DerivedToBase.BasePath->path_end(),
 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,
 3295                                      E->path_end(), Src);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  530                       CastE->path_begin(), CastE->path_end()), *PTMSV));
tools/clang/lib/StaticAnalyzer/Core/Store.cpp
  257                                      E = Cast->path_end();