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

/external/clang/include/clang/AST/
H A DOperationKinds.h22 /// CK_Dependent - A conversion which cannot yet be analyzed because
28 CK_Dependent, enumerator in enum:clang::CastKind
/external/clang/lib/Sema/
H A DSemaCast.cpp52 Kind(CK_Dependent), IsARCUnbridgedCast(false) {
91 CK_Dependent, castExpr, 0,
1822 assert(Kind == CK_Dependent);
H A DSemaExprObjC.cpp3152 CK = CK_Dependent;
H A DSemaInit.cpp3852 case CK_Dependent:
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp282 case CK_Dependent:
/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp372 case CK_Dependent: llvm_unreachable("dependent cast kind in IR gen!");
H A DCGExprAgg.cpp610 case CK_Dependent:
H A DCGExprConstant.cpp692 case CK_Dependent: llvm_unreachable("saw dependent cast!");
H A DCGExpr.cpp2395 case CK_Dependent:
H A DCGExprScalar.cpp1032 case CK_Dependent: llvm_unreachable("dependent cast kind in IR gen!");
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp886 case CK_Dependent:
/external/clang/lib/AST/
H A DExpr.cpp1350 case CK_Dependent:
1372 case CK_Dependent:
H A DExprConstant.cpp5364 case CK_Dependent:
5856 case CK_Dependent:

Completed in 211 milliseconds