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

  /external/clang/include/clang/AST/
ExprCXX.h 615 Expr *BaseExpr;
622 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow,
627 /*type-dependent*/ false, baseExpr->isValueDependent(),
628 baseExpr->isInstantiationDependent(),
629 baseExpr->containsUnexpandedParameterPack()),
630 BaseExpr(baseExpr), TheDecl(decl),
644 return BaseExpr->getLocStart();
653 return child_range((Stmt**)&BaseExpr, (Stmt**)&BaseExpr + 1)
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 325 const Expr *BaseExpr = BO->getLHS();
343 This = EmitScalarExpr(BaseExpr);
345 This = EmitLValue(BaseExpr).getAddress();
    [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 132 milliseconds