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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp410 Expected<CXXCastPath> ImportCastPath(CastExpr *E);
6920 ASTNodeImporter::ImportCastPath(CastExpr *CE) { function in class:ASTNodeImporter
6940 Expected<CXXCastPath> ToBasePathOrErr = ImportCastPath(E);
6960 Expected<CXXCastPath> ToBasePathOrErr = ImportCastPath(E);
7910 auto ToBasePathOrErr = ImportCastPath(E);

Completed in 112 milliseconds