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

  /external/clang/lib/Sema/
SemaExprMember.cpp 443 Sema::ActOnDependentMemberExpr(Expr *BaseExpr, QualType BaseType,
463 assert(BaseExpr && "cannot happen with implicit member accesses");
465 << BaseType << BaseExpr->getSourceRange() << NameInfo.getSourceRange();
474 // Get the type being accessed in BaseType. If this is an arrow, the BaseExpr
477 Context, BaseExpr, BaseType, IsArrow, OpLoc,
486 Expr *BaseExpr,
493 if (!BaseExpr)
512 bool Sema::CheckQualifiedMemberReference(Expr *BaseExpr,
528 if (!BaseExpr && !(*I)->isCXXInstanceMember())
545 DiagnoseQualifiedMemberReference(*this, BaseExpr, BaseType, SS
    [all...]
SemaPseudoObject.cpp     [all...]
SemaExprObjC.cpp 737 ExprResult Sema::BuildObjCSubscriptExpression(SourceLocation RB, Expr *BaseExpr,
745 assert((!BaseExpr->isTypeDependent() && !IndexExpr->isTypeDependent()) &&
756 Result = DefaultLvalueConversion(BaseExpr);
759 BaseExpr = Result.get();
762 return ObjCSubscriptRefExpr::Create(Context, BaseExpr, IndexExpr,
    [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 531 const SCEV *BaseExpr = SE->getGEPExpr(GEP->getSourceElementType(),
536 factorArrayIndex(ArrayIdx, BaseExpr, ElementSize, GEP);
542 factorArrayIndex(TruncatedArrayIdx, BaseExpr, ElementSize, GEP);
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGExprCXX.cpp 288 const Expr *BaseExpr = BO->getLHS();
305 This = EmitPointerWithAlignment(BaseExpr);
307 This = EmitLValue(BaseExpr).getAddress();
    [all...]
CGExprScalar.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 627 Expr *BaseExpr;
634 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow,
639 /*type-dependent*/ false, baseExpr->isValueDependent(),
640 baseExpr->isInstantiationDependent(),
641 baseExpr->containsUnexpandedParameterPack()),
642 BaseExpr(baseExpr), TheDecl(decl),
656 return BaseExpr->getLocStart();
665 return child_range((Stmt**)&BaseExpr, (Stmt**)&BaseExpr + 1)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 237 milliseconds