Home
last modified time | relevance | path

Searched refs:CK_Dependent (Results 1 – 13 of 13) sorted by relevance

/external/clang/include/clang/AST/
DOperationKinds.h28 CK_Dependent, enumerator
/external/clang/lib/Sema/
DSemaCast.cpp54 Kind(CK_Dependent), IsARCUnbridgedCast(false) { in CastOperation()
93 CK_Dependent, castExpr, nullptr, in complete()
2091 assert(Kind == CK_Dependent); in CheckCXXCStyleCast()
DSemaExprObjC.cpp4195 CK = CK_Dependent; in BuildObjCBridgedCast()
DSemaInit.cpp4632 case CK_Dependent: in isInvalidICRSource()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp315 case CK_Dependent: in VisitCast()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp1040 case CK_Dependent: in rewriteToNumericBoxedExpression()
/external/clang/lib/CodeGen/
DCGExprAgg.cpp708 case CK_Dependent: in VisitCastExpr()
DCGExprComplex.cpp426 case CK_Dependent: llvm_unreachable("dependent cast kind in IR gen!"); in EmitCast()
DCGExprConstant.cpp687 case CK_Dependent: llvm_unreachable("saw dependent cast!"); in VisitCastExpr()
DCGExprScalar.cpp1375 case CK_Dependent: llvm_unreachable("dependent cast kind in IR gen!"); in VisitCastExpr()
DCGExpr.cpp3396 case CK_Dependent: in EmitCastLValue()
/external/clang/lib/AST/
DExpr.cpp1589 case CK_Dependent: in CastConsistency()
1612 case CK_Dependent: in getCastKindName()
DExprConstant.cpp7765 case CK_Dependent: in VisitCastExpr()
8255 case CK_Dependent: in VisitCastExpr()