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

/external/clang/lib/AST/
H A DExprConstant.cpp1890 static bool EvaluateObjectArgument(EvalInfo &Info, const Expr *Object, function
1921 bool EvalObjOK = EvaluateObjectArgument(Info, BO->getLHS(), LV);
2502 if (!EvaluateObjectArgument(Info, ME->getBase(), ThisVal))
2540 if (!EvaluateObjectArgument(Info, Args[0], ThisVal))

Completed in 66 milliseconds