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

References

tools/clang/lib/Sema/SemaStmtAsm.cpp
  572     if (OutputExpr->isTypeDependent() || InputExpr->isTypeDependent())
  575     QualType InTy = InputExpr->getType();
  644         InputExpr->isEvaluatable(Context)) {
  647       InputExpr = ImpCastExprToType(InputExpr, OutTy, castKind).get();
  647       InputExpr = ImpCastExprToType(InputExpr, OutTy, castKind).get();
  648       Exprs[InputOpNo] = InputExpr;
  649       NS->setInputExpr(i, InputExpr);
  653     targetDiag(InputExpr->getBeginLoc(), diag::err_asm_tying_incompatible_types)
  655         << InputExpr->getSourceRange();