• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/

Lines Matching refs:ToType

3556   auto ToType = importChecked(Err, D->getType());
3567 ToType, ToTInfo, ToBitWidth, D->isMutable(),
3814 auto ToType = importChecked(Err, D->getType());
3825 ToType, ToTypeSourceInfo,
3934 auto ToType = importChecked(Err, D->getType());
3946 ToType, ToTypeSourceInfo,
3992 auto ToType = importChecked(Err, D->getType());
4000 ToType, D->getParameterKind()))
4036 auto ToType = importChecked(Err, D->getType());
4044 ToDeclName.getAsIdentifierInfo(), ToType,
5017 auto ToType = importChecked(Err, D->getType());
5029 ToLParenLoc, ToType,
5198 auto ToType = importChecked(Err, D->getType());
5211 D->getPosition(), ToDeclName.getAsIdentifierInfo(), ToType,
6396 auto ToType = importChecked(Err, E->getType());
6401 ToBuiltinLoc, ToSubExpr, ToWrittenTypeInfo, ToRParenLoc, ToType,
6413 auto ToType = importChecked(Err, E->getType());
6425 ChooseExpr(ToBuiltinLoc, ToCond, ToLHS, ToRHS, ToType, VK, OK,
6445 auto ToType = importChecked(Err, E->getType());
6450 return PredefinedExpr::Create(Importer.getToContext(), ToBeginLoc, ToType,
6461 auto ToType = importChecked(Err, E->getType());
6485 E->refersToEnclosingVariableOrCapture(), ToLocation, ToType,
6630 auto ToType = importChecked(Err, E->getType());
6636 ToLParenLoc, ToTypeSourceInfo, ToType, E->getValueKind(),
6644 auto ToType = importChecked(Err, E->getType());
6657 ToBuiltinLoc, ToExprs, ToType, E->getOp(), ToRParenLoc);
6665 auto ToType = importChecked(Err, E->getType());
6670 ToAmpAmpLoc, ToLabelLoc, ToLabel, ToType);
6720 auto ToType = importChecked(Err, E->getType());
6727 StmtExpr(ToSubStmt, ToType, ToLParenLoc, ToRParenLoc,
6734 auto ToType = importChecked(Err, E->getType());
6740 Importer.getToContext(), ToSubExpr, E->getOpcode(), ToType,
6749 auto ToType = importChecked(Err, E->getType());
6762 E->getKind(), *ToArgumentTypeInfoOrErr, ToType, ToOperatorLoc,
6771 E->getKind(), *ToArgumentExprOrErr, ToType, ToOperatorLoc, ToRParenLoc);
6778 auto ToType = importChecked(Err, E->getType());
6784 Importer.getToContext(), ToLHS, ToRHS, E->getOpcode(), ToType,
6796 auto ToType = importChecked(Err, E->getType());
6801 ToCond, ToQuestionLoc, ToLHS, ToColonLoc, ToRHS, ToType,
6815 auto ToType = importChecked(Err, E->getType());
6821 ToQuestionLoc, ToColonLoc, ToType, E->getValueKind(),
6832 auto ToType = importChecked(Err, E->getType());
6838 ToDimensionExpression, ToEndLoc, ToType);
6846 auto ToType = importChecked(Err, E->getType());
6852 ToEndLoc, ToType);
6858 auto ToType = importChecked(Err, E->getType());
6864 ToLocation, ToType, E->getValueKind(), E->getObjectKind(), ToSourceExpr);
6871 auto ToType = importChecked(Err, E->getType());
6877 ToLHS, ToRHS, ToType, E->getValueKind(), E->getObjectKind(),
6886 auto ToType = importChecked(Err, E->getType());
6895 Importer.getToContext(), ToLHS, ToRHS, E->getOpcode(), ToType,
6933 auto ToType = importChecked(Err, E->getType());
6954 Importer.getToContext(), ToType, E->getValueKind(), E->getCastKind(),
6968 Importer.getToContext(), ToType, E->getValueKind(), ToTypeInfoAsWritten,
7042 auto ToType = importChecked(Err, E->getType());
7050 Importer.getToContext(), ToType, ToOperatorLoc, ToTypeSourceInfo, ToNodes,
7056 auto ToType = importChecked(Err, E->getType());
7070 ToType, ToOperand, ToCanThrow, ToBeginLoc, ToEndLoc);
7076 auto ToType = importChecked(Err, E->getType());
7082 ToSubExpr, ToType, ToThrowLoc, E->isThrownVariableInScope());
7120 auto ToType = importChecked(Err, E->getType());
7127 ToType, ToTypeSourceInfo, ToRParenLoc);
7150 auto ToType = importChecked(Err, E->getType());
7161 Importer.getToContext(), ToConstructor, ToType, ToTypeSourceInfo, ToArgs,
7193 auto ToType = importChecked(Err, E->getType());
7205 ToType, ToTemporaryExpr, E->isBoundToLvalueReference(),
7213 auto ToType = importChecked(Err, E->getType());
7220 ToType, ToPattern, ToEllipsisLoc, E->getNumExpansions());
7258 auto ToType = importChecked(Err, E->getType());
7275 ToInitializer, ToType, ToAllocatedTypeSourceInfo, ToSourceRange,
7281 auto ToType = importChecked(Err, E->getType());
7289 ToType, E->isGlobalDelete(), E->isArrayForm(), E->isArrayFormAsWritten(),
7296 auto ToType = importChecked(Err, E->getType());
7308 Importer.getToContext(), ToType, ToLocation, ToConstructor,
7332 auto ToType = importChecked(Err, E->getType());
7342 ToType, E->getValueKind(), ToRParenLoc);
7378 auto ToType = importChecked(Err, E->getType());
7402 ResInfo, ToType, E->getValueKind(),
7440 auto ToType = importChecked(Err, E->getType());
7478 Importer.getToContext(), ToBase, ToType, E->isArrow(), ToOperatorLoc,
7586 auto ToType = importChecked(Err, E->getType());
7626 Importer.getToContext(), E->hasUnresolvedUsing(), ToBase, ToType,
7634 auto ToType = importChecked(Err, E->getType());
7646 Importer.getToContext(), OCE->getOperator(), ToCallee, ToArgs, ToType,
7651 return CallExpr::Create(Importer.getToContext(), ToCallee, ToArgs, ToType,
7690 auto ToType = importChecked(Err, E->getType());
7701 To->setType(ToType);
7749 auto ToType = importChecked(Err, E->getType());
7755 ToLocation, ToType, ToConstructor, E->constructsVBase(),
7761 auto ToType = importChecked(Err, E->getType());
7768 ToType, ToCommonExpr, ToSubExpr);
7797 auto ToType = importChecked(Err, E->getType());
7814 Importer.getToContext(), ToType, VK, CK, ToSubExpr, &(*ToBasePathOrErr),
7818 Importer.getToContext(), ToType, VK, CK, ToSubExpr, &(*ToBasePathOrErr),
7822 Importer.getToContext(), ToType, VK, CK, ToSubExpr, &(*ToBasePathOrErr),
7826 Importer.getToContext(), ToType, VK, ToSubExpr, ToTypeInfoAsWritten,
7837 auto ToType = importChecked(Err, E->getType());
7845 ToType, E->getValueKind(), ToExprLoc, ToParameter, ToReplacement);
7850 auto ToType = importChecked(Err, E->getType());
7865 Importer.getToContext(), ToType, ToBeginLoc, E->getTrait(), ToArgs,