HomeSort by relevance Sort by last modified time
    Searched refs:CStyleCastExpr (Results 1 - 20 of 20) sorted by null

  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 194 if (CStyleCastExpr *CCE = dyn_cast<CStyleCastExpr>(E)) {
  /external/clang/lib/Analysis/
ReachableCode.cpp 223 const CStyleCastExpr *CSC = cast<CStyleCastExpr>(S);
UninitializedValues.cpp 556 else if (CStyleCastExpr *cse = dyn_cast<CStyleCastExpr>(ce)) {
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 331 void RewriteCastExpr(CStyleCastExpr *CE);
529 // Helper function: create a CStyleCastExpr with trivial type source info.
530 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty,
533 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, 0, TInfo,
    [all...]
RewriteObjC.cpp 315 void RewriteCastExpr(CStyleCastExpr *CE);
491 // Helper function: create a CStyleCastExpr with trivial type source info.
492 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty,
495 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, 0, TInfo,
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
StmtProfile.cpp 375 void StmtProfiler::VisitCStyleCastExpr(const CStyleCastExpr *S) {
ASTImporter.cpp 174 Expr *VisitCStyleCastExpr(CStyleCastExpr *E);
    [all...]
StmtPrinter.cpp 978 void StmtPrinter::VisitCStyleCastExpr(CStyleCastExpr *Node) {
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Sema/
Sema.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaStmt.cpp 215 else if (const CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(E)) {
    [all...]
SemaCast.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 597 void ASTStmtReader::VisitCStyleCastExpr(CStyleCastExpr *E) {
    [all...]
ASTWriterStmt.cpp 574 void ASTStmtWriter::VisitCStyleCastExpr(CStyleCastExpr *E) {
    [all...]

Completed in 314 milliseconds