Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp1965 static bool IsGlobalLValue(APValue::LValueBase B) { in IsGlobalLValue() function
2175 if (!IsGlobalLValue(Base)) { in CheckLValueConstantExpression()
15278 return IsGlobalLValue(Val.getLValueBase()); in isGlobalLValue()