Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp4620 static bool EvaluateObjectArgument(EvalInfo &Info, const Expr *Object, in EvaluateObjectArgument() function
4734 if (!EvaluateObjectArgument(Info, BO->getLHS(), LV)) { in HandleMemberPointerAccess()
7626 if (!EvaluateObjectArgument(Info, ME->getBase(), ThisVal)) in handleCallExpr()
7646 return EvaluateObjectArgument(Info, PDE->getBase(), ThisVal) && in handleCallExpr()
7690 if (!EvaluateObjectArgument(Info, Args[0], ThisVal)) in handleCallExpr()
15863 EvaluateObjectArgument(Info, This, ThisVal) && in EvaluateWithSubstitution()