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()
2040 assert(Kind == CK_Dependent); in CheckCXXCStyleCast()
DSemaExprObjC.cpp3883 CK = CK_Dependent; in BuildObjCBridgedCast()
DSemaInit.cpp4362 case CK_Dependent: in isInvalidICRSource()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp293 case CK_Dependent: in VisitCast()
/external/clang/lib/CodeGen/
DCGExprComplex.cpp416 case CK_Dependent: llvm_unreachable("dependent cast kind in IR gen!"); in EmitCast()
DCGExprAgg.cpp691 case CK_Dependent: in VisitCastExpr()
DCGExprConstant.cpp646 case CK_Dependent: llvm_unreachable("saw dependent cast!"); in VisitCastExpr()
DCGExpr.cpp2826 case CK_Dependent: in EmitCastLValue()
DCGExprScalar.cpp1281 case CK_Dependent: llvm_unreachable("dependent cast kind in IR gen!"); in VisitCastExpr()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp1040 case CK_Dependent: in rewriteToNumericBoxedExpression()
/external/clang/lib/AST/
DExpr.cpp1502 case CK_Dependent: in CastConsistency()
1525 case CK_Dependent: in getCastKindName()
DExprConstant.cpp7167 case CK_Dependent: in VisitCastExpr()
7644 case CK_Dependent: in VisitCastExpr()