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

  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 342 const CStyleCastExpr* CastExpr1 = cast<CStyleCastExpr>(Stmt1);
343 const CStyleCastExpr* CastExpr2 = cast<CStyleCastExpr>(Stmt2);
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 231 if (CStyleCastExpr *CCE = dyn_cast<CStyleCastExpr>(E)) {
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 368 void RewriteCastExpr(CStyleCastExpr *CE);
589 // Helper function: create a CStyleCastExpr with trivial type source info.
590 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty,
593 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, nullptr,
    [all...]
RewriteObjC.cpp 309 void RewriteCastExpr(CStyleCastExpr *CE);
489 // Helper function: create a CStyleCastExpr with trivial type source info.
490 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty,
493 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, nullptr,
    [all...]
  /external/clang/lib/Analysis/
ReachableCode.cpp 546 const CStyleCastExpr *CSC = cast<CStyleCastExpr>(S);
UninitializedValues.cpp 475 else if (CStyleCastExpr *CSE = dyn_cast<CStyleCastExpr>(CE)) {
  /external/clang/lib/AST/
Expr.cpp     [all...]
StmtProfile.cpp 660 void StmtProfiler::VisitCStyleCastExpr(const CStyleCastExpr *S) {
    [all...]
ASTImporter.cpp 184 Expr *VisitCStyleCastExpr(CStyleCastExpr *E);
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
Sema.cpp     [all...]
SemaChecking.cpp     [all...]
SemaStmt.cpp 287 else if (const CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(E)) {
    [all...]
SemaCast.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 692 void ASTStmtReader::VisitCStyleCastExpr(CStyleCastExpr *E) {
    [all...]
ASTWriterStmt.cpp 652 void ASTStmtWriter::VisitCStyleCastExpr(CStyleCastExpr *E) {
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 865 milliseconds