Home
last modified time | relevance | path

Searched refs:EvaluateObjectArgument (Results 1 – 1 of 1) 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()