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

Declarations

tools/clang/lib/AST/ASTImporter.cpp
  367     Expected<CXXCastPath> ImportCastPath(CastExpr *E);

References

tools/clang/lib/AST/ASTImporter.cpp
 6733   Expected<CXXCastPath> ToBasePathOrErr = ImportCastPath(E);
 6753   Expected<CXXCastPath> ToBasePathOrErr = ImportCastPath(E);
 7674   auto ToBasePathOrErr = ImportCastPath(E);