Home | History | Annotate | Download | only in AST

Lines Matching refs:isGlobalLValue

54 static bool IsGlobalLValue(APValue::LValueBase B);
907 static bool IsGlobalLValue(APValue::LValueBase B) {
982 if (!IsGlobalLValue(Base)) {
4440 return IsGlobalLValue(A.getLValueBase()) ||
6402 bool Expr::EvalResult::isGlobalLValue() const {
6404 return IsGlobalLValue(Val.getLValueBase());