Home
last modified time | relevance | path

Searched refs:ImportCastPath (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp390 Expected<CXXCastPath> ImportCastPath(CastExpr *E);
7884 ASTNodeImporter::ImportCastPath(CastExpr *CE) { in ImportCastPath() function in ASTNodeImporter
7904 Expected<CXXCastPath> ToBasePathOrErr = ImportCastPath(E); in VisitImplicitCastExpr()
7921 Expected<CXXCastPath> ToBasePathOrErr = ImportCastPath(E); in VisitExplicitCastExpr()
8840 auto ToBasePathOrErr = ImportCastPath(E); in VisitCXXNamedCastExpr()