Searched refs:ImportCastPath (Results 1 – 1 of 1) sorted by relevance
438 Expected<CXXCastPath> ImportCastPath(CastExpr *E);7343 ASTNodeImporter::ImportCastPath(CastExpr *CE) { in ImportCastPath() function in ASTNodeImporter7363 Expected<CXXCastPath> ToBasePathOrErr = ImportCastPath(E); in VisitImplicitCastExpr()7380 Expected<CXXCastPath> ToBasePathOrErr = ImportCastPath(E); in VisitExplicitCastExpr()8266 auto ToBasePathOrErr = ImportCastPath(E); in VisitCXXNamedCastExpr()