Home
last modified time | relevance | path

Searched refs:CStyleCastExpr (Results 1 – 25 of 27) sorted by relevance

12

/external/clang/test/Index/
Dannotate-tokens.m192 // CHECK: Punctuation: "(" [8:3 - 8:4] CStyleCastExpr=
193 // CHECK: Keyword: "void" [8:4 - 8:8] CStyleCastExpr=
194 // CHECK: Punctuation: ")" [8:8 - 8:9] CStyleCastExpr=
313 // CHECK: Punctuation: "(" [45:3 - 45:4] CStyleCastExpr=
314 // CHECK: Keyword: "void" [45:4 - 45:8] CStyleCastExpr=
315 // CHECK: Punctuation: ")" [45:8 - 45:9] CStyleCastExpr=
456 // CHECK: Punctuation: "(" [88:3 - 88:4] CStyleCastExpr=
457 // CHECK: Keyword: "void" [88:4 - 88:8] CStyleCastExpr=
458 // CHECK: Punctuation: ")" [88:8 - 88:9] CStyleCastExpr=
Dc-index-getCursor-test.m161 // CHECK: [52:18 - 52:33] CStyleCastExpr=
Dc-index-api-loadTU-test.m151 // CHECK: c-index-api-loadTU-test.m:54:18: CStyleCastExpr= Extent=[54:18 - 54:36]
/external/clang/lib/Analysis/
DReachableCode.cpp223 const CStyleCastExpr *CSC = cast<CStyleCastExpr>(S); in GetUnreachableLoc()
DUninitializedValues.cpp418 else if (CStyleCastExpr *CSE = dyn_cast<CStyleCastExpr>(CE)) { in VisitCastExpr()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp317 void RewriteCastExpr(CStyleCastExpr *CE);
498 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty, in NoTypeInfoCStyleCastExpr()
501 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, 0, TInfo, in NoTypeInfoCStyleCastExpr()
2120 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) { in RewriteObjCQualifiedInterfaceTypes()
2243 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) in RewriteTypeOfDecl()
2896 while (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(recExpr)) in SynthMessageExpr()
2954 else if (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(userExpr)) { in SynthMessageExpr()
2956 while ((CE = dyn_cast<CStyleCastExpr>(userExpr))) in SynthMessageExpr()
3979 void RewriteObjC::RewriteCastExpr(CStyleCastExpr *CE) { in RewriteCastExpr()
4374 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) in RewriteByRefVar()
[all …]
DRewriteModernObjC.cpp362 void RewriteCastExpr(CStyleCastExpr *CE);
585 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty, in NoTypeInfoCStyleCastExpr()
588 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, 0, TInfo, in NoTypeInfoCStyleCastExpr()
2214 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) { in RewriteObjCQualifiedInterfaceTypes()
2341 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) in RewriteTypeOfDecl()
2806 CStyleCastExpr * ArrayLiteralObjects = in RewriteObjCArrayLiteralExpr()
2951 CStyleCastExpr * DictValueObjects = in RewriteObjCDictionaryLiteralExpr()
2967 CStyleCastExpr * DictKeyObjects = in RewriteObjCDictionaryLiteralExpr()
3507 while (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(recExpr)) in SynthMessageExpr()
3565 else if (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(userExpr)) { in SynthMessageExpr()
[all …]
/external/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp223 if (CStyleCastExpr *CCE = dyn_cast<CStyleCastExpr>(E)) { in rewriteToBridgedCast()
/external/clang/lib/AST/
DExpr.cpp1661 CStyleCastExpr *CStyleCastExpr::Create(ASTContext &C, QualType T, in Create()
1668 C.Allocate(sizeof(CStyleCastExpr) + PathSize * sizeof(CXXBaseSpecifier*)); in Create()
1669 CStyleCastExpr *E = in Create()
1670 new (Buffer) CStyleCastExpr(T, VK, K, Op, PathSize, WrittenTy, L, R); in Create()
1675 CStyleCastExpr *CStyleCastExpr::CreateEmpty(ASTContext &C, unsigned PathSize) { in CreateEmpty()
1677 C.Allocate(sizeof(CStyleCastExpr) + PathSize * sizeof(CXXBaseSpecifier*)); in CreateEmpty()
1678 return new (Buffer) CStyleCastExpr(EmptyShell(), PathSize); in CreateEmpty()
2183 const CStyleCastExpr *CStyleCE = cast<CStyleCastExpr>(this); in isUnusedResultAWarning()
2237 return cast<CStyleCastExpr>(E)->getSubExpr()->isOBJCGCCandidate(Ctx); in isOBJCGCCandidate()
DStmtProfile.cpp418 void StmtProfiler::VisitCStyleCastExpr(const CStyleCastExpr *S) { in VisitCStyleCastExpr()
DASTImporter.cpp182 Expr *VisitCStyleCastExpr(CStyleCastExpr *E);
4542 Expr *ASTNodeImporter::VisitCStyleCastExpr(CStyleCastExpr *E) { in VisitCStyleCastExpr()
4559 return CStyleCastExpr::Create(Importer.getToContext(), T, in VisitCStyleCastExpr()
DStmtPrinter.cpp1008 void StmtPrinter::VisitCStyleCastExpr(CStyleCastExpr *Node) { in VisitCStyleCastExpr()
/external/clang/include/clang/Basic/
DStmtNodes.td75 def CStyleCastExpr : DStmt<ExplicitCastExpr>;
/external/clang/include/clang/AST/
DExpr.h2825 class CStyleCastExpr : public ExplicitCastExpr {
2829 CStyleCastExpr(QualType exprTy, ExprValueKind vk, CastKind kind, Expr *op, in CStyleCastExpr() function
2836 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize) in CStyleCastExpr() function
2840 static CStyleCastExpr *Create(ASTContext &Context, QualType T,
2846 static CStyleCastExpr *CreateEmpty(ASTContext &Context, unsigned PathSize);
DRecursiveASTVisitor.h2086 DEF_TRAVERSE_STMT(CStyleCastExpr, {
/external/clang/lib/Sema/
DSemaExprObjC.cpp2977 if (CStyleCastExpr *CCE = dyn_cast<CStyleCastExpr>(castedE)) in addFixitForObjCARCConversion()
3264 if (CStyleCastExpr *cast = dyn_cast<CStyleCastExpr>(realCast)) { in diagnoseARCUnbridgedCast()
DSema.cpp1284 return (!isa<CStyleCastExpr>(E) && in IsCallableWithAppend()
DSemaStmt.cpp260 else if (const CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(E)) { in DiagnoseUnusedExprResult()
DSemaCast.cpp2345 return Op.complete(CStyleCastExpr::Create(Context, Op.ResultType, in BuildCStyleCastExpr()
DSemaChecking.cpp3164 if (const CStyleCastExpr *CCast = dyn_cast<CStyleCastExpr>(E)) { in checkFormatExpr()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1210 CStyleCastExpr> cStyleCastExpr;
/external/clang/lib/Serialization/
DASTReaderStmt.cpp693 void ASTStmtReader::VisitCStyleCastExpr(CStyleCastExpr *E) { in VisitCStyleCastExpr()
2043 S = CStyleCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
DASTWriterStmt.cpp650 void ASTStmtWriter::VisitCStyleCastExpr(CStyleCastExpr *E) { in VisitCStyleCastExpr()
/external/clang/lib/CodeGen/
DCGExpr.cpp1637 if (const CStyleCastExpr *Exp = dyn_cast<CStyleCastExpr>(E)) { in setObjCGCLValueClass()
/external/clang/tools/libclang/
DRecursiveASTVisitor.h1992 DEF_TRAVERSE_STMT(CStyleCastExpr, {

12