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

References

tools/clang/lib/AST/Expr.cpp
 1859   case CK_Dependent:
tools/clang/lib/AST/ExprConstant.cpp
12106   case CK_Dependent:
12741   case CK_Dependent:
tools/clang/lib/CodeGen/CGExpr.cpp
 4337   case CK_Dependent:
tools/clang/lib/CodeGen/CGExprAgg.cpp
  835   case CK_Dependent:
tools/clang/lib/CodeGen/CGExprComplex.cpp
  453   case CK_Dependent: llvm_unreachable("dependent cast kind in IR gen!");
tools/clang/lib/CodeGen/CGExprConstant.cpp
 1090     case CK_Dependent: llvm_unreachable("saw dependent cast!");
tools/clang/lib/CodeGen/CGExprScalar.cpp
 1969   case CK_Dependent: llvm_unreachable("dependent cast kind in IR gen!");
tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
 1042     case CK_Dependent:
tools/clang/lib/Sema/Sema.cpp
  513     case CK_Dependent:
  522   assert((VK == VK_RValue || Kind == CK_Dependent || !E->isRValue()) &&
tools/clang/lib/Sema/SemaCast.cpp
   60         Kind(CK_Dependent), IsARCUnbridgedCast(false) {
  108                                             CK_Dependent, castExpr, nullptr,
 2440     assert(Kind == CK_Dependent);
tools/clang/lib/Sema/SemaExpr.cpp
12017     if (CE->getCastKind() == CK_Dependent && E->getType()->isVoidType() &&
tools/clang/lib/Sema/SemaExprObjC.cpp
 4450     CK = CK_Dependent;
tools/clang/lib/Sema/SemaInit.cpp
 5335     case CK_Dependent:
tools/clang/lib/Sema/SemaTemplate.cpp
 6426         Arg, ParamType.getNonLValueExprType(Context), CK_Dependent,
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  380       case CK_Dependent: