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

  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 214 if (CStyleCastExpr *CCE = dyn_cast<CStyleCastExpr>(E)) {
  /external/clang/lib/Analysis/
ReachableCode.cpp 223 const CStyleCastExpr *CSC = cast<CStyleCastExpr>(S);
UninitializedValues.cpp 394 else if (CStyleCastExpr *CSE = dyn_cast<CStyleCastExpr>(CE)) {
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 334 void RewriteCastExpr(CStyleCastExpr *CE);
543 // Helper function: create a CStyleCastExpr with trivial type source info.
544 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty,
547 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, 0, TInfo,
    [all...]
RewriteObjC.cpp 315 void RewriteCastExpr(CStyleCastExpr *CE);
496 // Helper function: create a CStyleCastExpr with trivial type source info.
497 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty,
500 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, 0, TInfo,
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
StmtProfile.cpp 380 void StmtProfiler::VisitCStyleCastExpr(const CStyleCastExpr *S) {
ASTImporter.cpp 175 Expr *VisitCStyleCastExpr(CStyleCastExpr *E);
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Sema/
Sema.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaStmt.cpp 226 else if (const CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(E)) {
    [all...]
SemaCast.cpp     [all...]
SemaChecking.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 606 void ASTStmtReader::VisitCStyleCastExpr(CStyleCastExpr *E) {
    [all...]
ASTWriterStmt.cpp 582 void ASTStmtWriter::VisitCStyleCastExpr(CStyleCastExpr *E) {
    [all...]

Completed in 486 milliseconds