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

  /external/clang/lib/Analysis/
ReachableCode.cpp 223 const CStyleCastExpr *CSC = cast<CStyleCastExpr>(S);
UninitializedValues.cpp 418 else if (CStyleCastExpr *CSE = dyn_cast<CStyleCastExpr>(CE)) {
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 223 if (CStyleCastExpr *CCE = dyn_cast<CStyleCastExpr>(E)) {
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 317 void RewriteCastExpr(CStyleCastExpr *CE);
497 // Helper function: create a CStyleCastExpr with trivial type source info.
498 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty,
501 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, 0, TInfo,
    [all...]
RewriteModernObjC.cpp 362 void RewriteCastExpr(CStyleCastExpr *CE);
584 // Helper function: create a CStyleCastExpr with trivial type source info.
585 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty,
588 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, 0, TInfo,
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
StmtProfile.cpp 418 void StmtProfiler::VisitCStyleCastExpr(const CStyleCastExpr *S) {
    [all...]
ASTImporter.cpp 182 Expr *VisitCStyleCastExpr(CStyleCastExpr *E);
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
Sema.cpp     [all...]
SemaStmt.cpp 260 else if (const CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(E)) {
    [all...]
SemaCast.cpp     [all...]
SemaChecking.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 1210 CStyleCastExpr> cStyleCastExpr;
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 693 void ASTStmtReader::VisitCStyleCastExpr(CStyleCastExpr *E) {
    [all...]
ASTWriterStmt.cpp 650 void ASTStmtWriter::VisitCStyleCastExpr(CStyleCastExpr *E) {
    [all...]

Completed in 174 milliseconds