Searched refs:getCastKind (Results 26 - 43 of 43) sorted by relevance

12

/external/clang/lib/CodeGen/
H A DCGObjC.cpp258 if (!ice || ice->getCastKind() != CK_LValueToRValue) return true;
2482 switch (cast->getCastKind()) {
2575 switch (ce->getCastKind()) {
H A DCGExprConstant.cpp606 switch (E->getCastKind()) {
H A DCGExprScalar.cpp1249 if (CE->getCastKind() == CK_UncheckedDerivedToBase)
1272 CastKind Kind = CE->getCastKind();
H A DCGClass.cpp1998 if (CE->getCastKind() == CK_NoOp) {
H A DCGBuiltin.cpp1805 if ((ICE->getCastKind() == CK_BitCast || ICE->getCastKind() == CK_NoOp) &&
1812 } else if (ICE->getCastKind() == CK_ArrayToPointerDecay) {
H A DCGCall.cpp2380 cast<CastExpr>(E)->getCastKind() == CK_LValueToRValue) {
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp2875 switch (e->getCastKind()) {
3860 if (ice->getCastKind() == CK_ARCReclaimReturnedObject)
H A DSemaStmt.cpp572 if (impcast->getCastKind() != CK_IntegralCast) break;
1362 if (E->getCastKind() == CK_LValueToRValue)
H A DSemaExpr.cpp3390 if (!ICE || ICE->getCastKind() != CK_ArrayToPointerDecay)
7735 CastKind CK = cast<CastExpr>(Inner)->getCastKind();
10075 if (!cast || cast->getCastKind() != CK_ARCConsumeObject)
12730 if (E->getCastKind() == CK_LValueToRValue)
13255 if (E->getCastKind() == CK_FunctionToPointerDecay) {
13269 } else if (E->getCastKind() == CK_LValueToRValue) {
H A DSemaOverload.cpp283 switch (ICE->getCastKind()) {
12131 ICE->getCastKind(),
H A DSemaExprCXX.cpp5618 if (CE && CE->getCastKind() == CK_NoOp)
H A DSemaDecl.cpp8161 if (E->getCastKind() == CK_LValueToRValue ||
8162 (isRecordType && E->getCastKind() == CK_NoOp))
8249 if (ICE->getCastKind() == CK_LValueToRValue)
H A DSemaInit.cpp4361 switch (ce->getCastKind()) {
H A DSemaDeclCXX.cpp2307 if (E->getCastKind() == CK_LValueToRValue)
2316 if (ICE->getCastKind() == CK_NoOp)
/external/clang/lib/AST/
H A DASTImporter.cpp4525 return ImplicitCastExpr::Create(Importer.getToContext(), T, E->getCastKind(),
4547 E->getValueKind(), E->getCastKind(),
/external/clang/include/clang/AST/
H A DExpr.h2703 CastKind getCastKind() const { return (CastKind) CastExprBits.Kind; } function in class:clang::StringLiteral::OffsetOfExpr::CastExpr
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp589 Record.push_back(E->getCastKind()); // FIXME: stable encoding
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp4887 CastKind CastKind = IC->getCastKind();

Completed in 7775 milliseconds

12