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

References

tools/clang/lib/AST/ASTImporter.cpp
 6744       E->getType(), E->getSubExpr(), E->getTypeInfoAsWritten());
 6744       E->getType(), E->getSubExpr(), E->getTypeInfoAsWritten());
 6744       E->getType(), E->getSubExpr(), E->getTypeInfoAsWritten());
 6753   Expected<CXXCastPath> ToBasePathOrErr = ImportCastPath(E);
 6758   switch (E->getStmtClass()) {
 6760     auto *CCE = cast<CStyleCastExpr>(E);
 6768         Importer.getToContext(), ToType, E->getValueKind(), E->getCastKind(),
 6768         Importer.getToContext(), ToType, E->getValueKind(), E->getCastKind(),
 6774     auto *FCE = cast<CXXFunctionalCastExpr>(E);
 6782         Importer.getToContext(), ToType, E->getValueKind(), ToTypeInfoAsWritten,
 6783         E->getCastKind(), ToSubExpr, ToBasePath, *ToLParenLocOrErr,
 6788     auto *OCE = cast<ObjCBridgedCastExpr>(E);
 6796         *ToLParenLocOrErr, OCE->getBridgeKind(), E->getCastKind(),