HomeSort by: relevance | last modified time | path
    Searched refs:getSourceExpr (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/AST/
ParentMap.cpp 80 if (OVMode == OV_Transparent || !M[OVE->getSourceExpr()]) {
81 M[OVE->getSourceExpr()] = S;
82 BuildParentMap(M, OVE->getSourceExpr(), OV_Transparent);
ComputeDependence.cpp 30 if (auto *S = E->getSourceExpr())
Expr.cpp 194 return OVE->getSourceExpr()->isKnownToHaveBooleanValue(Semantic);
2383 return OVE->getSourceExpr()->isReadIfDiscardedInCPlusPlus11() &&
3572 Subexpr = OVE->getSourceExpr();
3752 if (const Expr *Source = OVE->getSourceExpr())
4577 assert(cast<OpaqueValueExpr>(E)->getSourceExpr() != nullptr &&
  /src/external/apache2/llvm/dist/clang/lib/Sema/
ScopeInfo.cpp 102 DoubleBase = OVE->getSourceExpr();
122 const Expr *E = OVE->getSourceExpr();
SemaPseudoObject.cpp 922 S.checkRetainCycles(InstanceReceiver->getSourceExpr(), RHS);
1011 S.checkRetainCycles(InstanceBase->getSourceExpr(), RHS);
1627 return cast<OpaqueValueExpr>(E)->getSourceExpr();
1649 Expr *rhs = cast<OpaqueValueExpr>(cop->getRHS())->getSourceExpr();
1658 Expr *rhs = cast<OpaqueValueExpr>(bop->getRHS())->getSourceExpr();
SemaStmt.cpp 1753 Visit(E->getOpaqueValue()->getSourceExpr());
1830 CheckLValueToRValueCast(BCO->getOpaqueValue()->getSourceExpr());
1850 Visit(OVE->getSourceExpr());
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 55 sub = OVE->getSourceExpr();
IvarInvalidationChecker.cpp 594 E = OVE->getSourceExpr()->IgnoreParenCasts();
DynamicTypePropagation.cpp 708 E = OVE->getSourceExpr()->IgnoreParenImpCasts();
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 208 return isZero(cast<OpaqueValueExpr>(BO->getRHS())->getSourceExpr());
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
Environment.cpp 43 E = cast<OpaqueValueExpr>(E)->getSourceExpr();
ExprEngineC.cpp 842 L = OpaqueEx->getSourceExpr();
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
LiveVariables.cpp 197 E = OVE->getSourceExpr();
263 child = OV->getSourceExpr();
AnalysisDeclContext.cpp 577 Semantic = OVE->getSourceExpr();
CalledOnceCheck.cpp 349 return Visit(OVE->getSourceExpr());
UninitializedValues.cpp 340 classify(OVE->getSourceExpr(), C);
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
ASTSelection.cpp 74 return TraverseStmt(E->getSourceExpr());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTNodeTraverser.h 679 if (Expr *Source = Node->getSourceExpr())
RecursiveASTVisitor.h 2443 sub = OVE->getSourceExpr();
2623 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(OVE->getSourceExpr());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp 297 if (opaque->getSourceExpr())
298 receiver = opaque->getSourceExpr()->IgnoreParens();
307 if (opaque->getSourceExpr())
308 receiver = opaque->getSourceExpr()->IgnoreParens();
3124 result = asImpl().visit(ov->getSourceExpr());
3130 opaqueData = OVMA::bind(CGF, ov, ov->getSourceExpr());
CGExprAgg.cpp 650 Visit(e->getSourceExpr());
1130 if (const Expr *src = op->getSourceExpr())
CGExpr.cpp 4795 return EmitLValue(e->getSourceExpr());
4809 return EmitAnyExpr(e->getSourceExpr());
5403 CGF.EmitAggExpr(ov->getSourceExpr(), slot);
5411 opaqueData = OVMA::bind(CGF, ov, ov->getSourceExpr());
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 1434 Base = cast<OpaqueValueExpr>(Base)->getSourceExpr();
1442 Arg = cast<OpaqueValueExpr>(Arg)->getSourceExpr();
1519 Base = cast<OpaqueValueExpr>(Base)->getSourceExpr();
1526 Arg = cast<OpaqueValueExpr>(Arg)->getSourceExpr();
5461 S = cast<OpaqueValueExpr>(S)->getSourceExpr();
RewriteObjC.cpp 1254 Base = cast<OpaqueValueExpr>(Base)->getSourceExpr();
1260 RHS = cast<OpaqueValueExpr>(RHS)->getSourceExpr();
1335 Base = cast<OpaqueValueExpr>(Base)->getSourceExpr();
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.cpp 343 if (Expr *Src = cast<OpaqueValueExpr>(S)->getSourceExpr())

Completed in 100 milliseconds

1 2