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

References

tools/clang/include/clang/AST/Expr.h
 3195   bool path_empty() const { return path_size() == 0; }
 3198   path_iterator path_end() { return path_buffer() + path_size(); }
 3200   path_const_iterator path_end() const { return path_buffer() + path_size(); }
tools/clang/lib/AST/ExprConstant.cpp
 4208   if (D.MostDerivedPathLength + E->path_size() > D.Entries.size()) {
 4216   unsigned NewEntriesSize = D.Entries.size() - E->path_size();
tools/clang/lib/Serialization/ASTReaderStmt.cpp
  855   assert(NumBaseSpecs == E->path_size());
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  763   Record.push_back(E->path_size());
  816   if (E->path_size() == 0)