Home
last modified time | relevance | path

Searched refs:EvaluateObjectArgument (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DExprConstant.cpp3223 static bool EvaluateObjectArgument(EvalInfo &Info, const Expr *Object, in EvaluateObjectArgument() function
3337 if (!EvaluateObjectArgument(Info, BO->getLHS(), LV)) { in HandleMemberPointerAccess()
4363 if (!EvaluateObjectArgument(Info, ME->getBase(), ThisVal)) in handleCallExpr()
4401 if (!EvaluateObjectArgument(Info, Args[0], ThisVal)) in handleCallExpr()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp4564 static bool EvaluateObjectArgument(EvalInfo &Info, const Expr *Object, in EvaluateObjectArgument() function
4678 if (!EvaluateObjectArgument(Info, BO->getLHS(), LV)) { in HandleMemberPointerAccess()
7533 if (!EvaluateObjectArgument(Info, ME->getBase(), ThisVal)) in handleCallExpr()
7553 return EvaluateObjectArgument(Info, PDE->getBase(), ThisVal) && in handleCallExpr()
7597 if (!EvaluateObjectArgument(Info, Args[0], ThisVal)) in handleCallExpr()
15573 EvaluateObjectArgument(Info, This, ThisVal) && in EvaluateWithSubstitution()