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

References

tools/clang/include/clang/AST/Expr.h
 3203     return llvm::make_range(path_begin(), path_end());
tools/clang/lib/AST/ASTImporter.cpp
 6715   for (auto I = CE->path_begin(), E = CE->path_end(); I != E; ++I) {
tools/clang/lib/CodeGen/CGExprScalar.cpp
 2068                                    CE->path_begin(), CE->path_end(),
tools/clang/lib/Serialization/ASTReaderStmt.cpp
  858   CastExpr::path_iterator BaseI = E->path_begin();
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  768          PI = E->path_begin(), PE = E->path_end(); PI != PE; ++PI)