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

  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 359 const CStyleCastExpr* CastExpr1 = cast<CStyleCastExpr>(Stmt1);
360 const CStyleCastExpr* CastExpr2 = cast<CStyleCastExpr>(Stmt2);
  /frameworks/compile/slang/
slang_rs_context.cpp 353 // `-CStyleCastExpr 0x87cb630 <col:19, col:26> 'void *' <BitCast>
379 clang::CStyleCastExpr *const CSCE = clang::CStyleCastExpr::Create(mCtx, VoidPtrType, clang::VK_RValue, clang::CK_BitCast,
slang_rs_foreach_lowering.cpp 352 clang::CStyleCastExpr* Cast =
353 clang::CStyleCastExpr::Create(mASTCtxt,
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 231 if (CStyleCastExpr *CCE = dyn_cast<CStyleCastExpr>(E)) {
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 310 void RewriteCastExpr(CStyleCastExpr *CE);
490 // Helper function: create a CStyleCastExpr with trivial type source info.
491 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty,
494 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, nullptr,
    [all...]
RewriteModernObjC.cpp 367 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, 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 865 void StmtProfiler::VisitCStyleCastExpr(const CStyleCastExpr *S) {
    [all...]
ASTImporter.cpp 247 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...]
SemaChecking.cpp     [all...]
SemaStmt.cpp 298 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 726 void ASTStmtReader::VisitCStyleCastExpr(CStyleCastExpr *E) {
    [all...]
ASTWriterStmt.cpp 696 void ASTStmtWriter::VisitCStyleCastExpr(CStyleCastExpr *E) {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 1777 milliseconds