Searched refs:ImportCastPath (Results 1 – 1 of 1) sorted by relevance
396 Expected<CXXCastPath> ImportCastPath(CastExpr *E);7084 ASTNodeImporter::ImportCastPath(CastExpr *CE) { in ImportCastPath() function in ASTNodeImporter7104 Expected<CXXCastPath> ToBasePathOrErr = ImportCastPath(E); in VisitImplicitCastExpr()7121 Expected<CXXCastPath> ToBasePathOrErr = ImportCastPath(E); in VisitExplicitCastExpr()7992 auto ToBasePathOrErr = ImportCastPath(E); in VisitCXXNamedCastExpr()