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

References

tools/clang/lib/AST/Expr.cpp
 1764     assert(!path_empty() && "Cast kind should have a base path!");
 1876     assert(path_empty() && "Cast kind should not have a base path!");
tools/clang/lib/AST/ExprConstant.cpp
 8707     if (E->path_empty())
tools/clang/lib/AST/JSONNodeDumper.cpp
  307   if (C->path_empty())
tools/clang/lib/AST/TextNodeDumper.cpp
  627   if (Node->path_empty())
tools/clang/lib/Sema/SemaOverload.cpp
14151     assert(ICE->path_empty() && "fixing up hierarchy conversion?");